Anyone know why the featured gallery isn't showing here and why the width of the boxes is getting cut off?
http://justinverrengia.com/2009/11/how-to-awaken-your-chakras-through-guided-meditation/
Any help would be appreciated, thanks `
Anyone know why the featured gallery isn't showing here and why the width of the boxes is getting cut off?
http://justinverrengia.com/2009/11/how-to-awaken-your-chakras-through-guided-meditation/
Any help would be appreciated, thanks `
I see it just fine
do you need to clear your browser cache?
Hi samboll,
If you look just above the video they have there, you'll see the empty box where the featured gallery image should be, it looks to be cut off on the right side as well. I've been editing the css a bit - but haven't found it yet.
Thanks for the reply ~
Grr, you can see another example of whats happening on the page here: http://justinverrengia.com/2009/10/custom-branded-google-me-website-packages/
Anyone have idea of what's going on ... please?! Lol
Jennifer, the css for that box in your style sheet is ad1
If you adjust the width to 575px it seems to match the width of the content below, so it won't be cut off to the right. I added some height, just in case...
.ad1{
text-align:center;
width:575px;
height:250px;
margin: 5px 5px 5px 0px;
padding:5px 6px;
background:#fff;
border:1px solid #ccc;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}All figured out ... thanks a bunch! :)
You must log in to post.