• Resolved scottrobg

    (@scottrobg)


    Added iTunes ads on the right side menu but they are not properly framed. What can I do to adjust it? I tried tinkering with the width settings of 270 and 250 in the html but it did not seem to make a difference. Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, did you get this resolved?

    Thread Starter scottrobg

    (@scottrobg)

    Not resolved, still searching for solution. Got an idea?

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Can you explain what you mean by “framed”? I’m seeing the ads centered in the available area. The ads come in via an iframe, and there is little we can do with custom CSS to fix stuff within an iframe.

    About all I can think of is to set a min-width for the sidebar and reduce the left/right padding on the widgets like this.

    @media screen and (min-width: 1024px) {
    	#secondary {
    		min-width: 300px !important;
    	}
    	.widget {
    		padding-left: 15px;
    		padding-right: 15px;
    	}
    }
    Thread Starter scottrobg

    (@scottrobg)

    That worked. Thank you!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Framing side menu ads’ is closed to new replies.