• Resolved mzahneis

    (@mzahneis)


    Just wondered if there was a way to enable full-width pages in either the free or paid versions of this theme. Love everything else about it except that it doesn’t fill the screen.

Viewing 1 replies (of 1 total)
  • There is no any options for making page full width. So you need to do some custom work. I did’t find the pro version of this theme too.
    Try by adding the below code on you style.css it may solve your issue.

    div#loop-container {
        width: 124% !important;
    }

    Note: Child theme is recommended to customize theme.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Full-width pages’ is closed to new replies.