Extending Width of Pages in Flounder Theme

  • Unknown's avatar

    Hi There,

    Does anyone know the CSS Customization code to expand the width of the static pages in Flounder Theme on WordPress.com? Is it possible to just expand the pages and not the actual posts?

    Thanks in advance for any help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    I’m not sure if I understand your request correctly. But this will get rid of the meta bar on your pages:

    .page .entry-content {
    	margin: 0;
    }
    
    .page .sidebar-bg {
    	display: none;
    }

    Let me know if this is what you wanted!

    Best regards,

    Michael

  • Unknown's avatar

    Hi Michael,

    You understood perfectly. That did the trick…thank you so much!

    Cheers!

  • The topic ‘Extending Width of Pages in Flounder Theme’ is closed to new replies.