Hi im trying to fit an image in the box , ive tried every setting and it keeps over hanging on the right hand side with a gap on the left , please can anyone help , many thanks , ive attached an image example
Hi im trying to fit an image in the box , ive tried every setting and it keeps over hanging on the right hand side with a gap on the left , please can anyone help , many thanks , ive attached an image example |
Did you try placing width:100% on the image tag? Geeks, making the world a better place |
The block you have placed the image in appears to have the dolphin 7.1 default block padding of 20px. https://www.deanbassett.com |
Hi deano sorry its a normal HTML block which is on the homepage of my website , using page builder. many thanks ps can the padding just be changed to the single block not all of them |
You have to include the parent block ID in the css selector, which you can find with firebug. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Hi would it be this code
.bx-def-margin-top {
margin-top: 20px;
|
RE: Hi would it be this code
.bx-def-margin-top {
margin-top: 20px;
Does that look like it has the parent block ID in it to you? As Deano pointed out, without the actual url to look at, no one can tell you the exact css selectors to use. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
If you like, I will be glad to help you, PM me the site and I will take a look at what you need to do. Geeks, making the world a better place |