Adsense banners will not left align
-
I love the graphene them sooo much! However I cannot get my adsense banners to left align…I have tried everything it seems like and nothing will work. I tried a child theme to left align the text widget, that didn’t work. I also tried created a new class of the ad to left align and that didn’t work either 🙁 please help! http://www.maddieziegler.com is my website
does it help if you add this to your css? I think it resolves it in Firefox, but i don’t know about other browsers.
I copied and pasted that into the css area, it didn’t fix it 🙁 was i supposed to add it to any particular class or just like that?
no sadly it didn’t 🙁 does anyone else have any ideas? i think it looks awful with the ads sticking out :/
Mod
Try this in custom CSS:
#text-6, #text-12 {
margin:none;
padding:none;
text-align:center;
}Try something like this (referencing the top left adsense widget, and the second one down on the right) in your child theme or custom css:
#text-12 {
padding:none;
padding-left:3px;
}
#text-6 {
padding:none;
padding-left:3px;
)Dangit Ken!!
I like how we both went at it from different angles 😉
I just copied and pasted both of those in my custom css and neither worked out :/ thanks though
Mod
Um…be sure to empty both your browser cache and your server cache.
- You must be logged in to reply to this topic.
