Support » Theme: Pen » Increase the size of my right sidebar

  • Resolved romi74

    (@romi74)


    Hi,

    Can I increase the size of my right sidebar to fit 300×250 or 300×600 adsense ads? I use boxed layout. Can you help me? Thank You!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    Sure, try this CSS:

    @media only screen and (min-width:728px) {
    	body.visible-sidebar-right #primary {
    		padding-right: 370px !important;
    	}
    	#pen_right {
    		width: 350px !important;
    	}
    }

    It should be added here: Appearance -> Customize -> Additional CSS.

    I think some other users also asked for such a feature, we may add it in the next version.

    Thread Starter romi74

    (@romi74)

    Thank you! Works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase the size of my right sidebar’ is closed to new replies.