Viewing 5 replies - 1 through 5 (of 5 total)
  • I see it just fine
    do you need to clear your browser cache?

    Thread Starter jennifer420

    (@jennifer420)

    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 ~

    Thread Starter jennifer420

    (@jennifer420)

    Grr, you can see another example of whats happening on the page here: https://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;
    }
    Thread Starter jennifer420

    (@jennifer420)

    All figured out … thanks a bunch! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widths wrong in page template’ is closed to new replies.