Set the 'Pique' Theme to full screen

  • Unknown's avatar

    I was wondering what can i do to make the theme fill the screen instead of having the white margin at the sides

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

  • Hi @sghunters!

    To change the width as you’ve described, you would need to use Custom CSS (part of a Premium Plan or Business Plan).

    At that point, you’d be able to add the following to your site under My Site > Customize > CSS:

    .site,
    .site-footer,
    #site-navigation.main-navigation.sticky {
        max-width: none;
    }
    .pique-panel-background {
        background-size: cover
    }

    This will let the image cover the full width of the screen – but bear in mind on large screens like desktops, it might mean a lot of your image isn’t visible, since it’s being stretched over such a large width :)

  • The topic ‘Set the 'Pique' Theme to full screen’ is closed to new replies.