By Andy1966uk on
Hi,
Please see my new project here.
I can't figure out how to remove the padding for the image grids. I am a newbie but have tried looking in the CSS Styles file and can't see where the padding for the blocks might be.
I have also tried the default Theme and get the same results, so pretty sure it's not theme realted.
Also they appear to "overflow" outside of the Block.
Any help much appreciated and I am lost as to how to resolve.
Also feedback welcome.
Thx
Comments
I don't see these image grids
I don't see these image grids of which you speak.
Contact me to contract me for D7 -> D10/11 migrations.
Ok I will have to post am
Ok I will have to post am screen shot as you need to be registered to see them.... or I can change the permissions...
Login as
Login as "guest"
Password"guest"
You should be able to see now... Thx
Your problem is that those
Your problem is that those images are being posted in a table. There isn't any CSS padding set on them. Really, you would be better off taking the images out of that table, putting them in a div, giving the div a set width, and floating each of the images left.
If you can't do that, then you will have to set a width on the table columns:
Contact me to contract me for D7 -> D10/11 migrations.
That's not exactly 'padding'
That's not exactly 'padding' as the source of whitespace is this rule:
(style.css:785)
You might want to decrease the margin somewhat.
@ Drave, You are a star,
@ Drave,
You are a star, that's perfect. Many thanks.... god I love Drupal, now I need to learn more of CSS.... thx