• Simply want to make the main body of the site wider – not quite 100% but certainly wider than it is now – for the life of me I can’t find where to set this.

    BTW rather amazing theme, really glad I found it!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @exigeous

    Can you add the below CSS code to Additional CSS box and check?

    .inner-wrap {
        max-width: 1240px;
    }
    @media (max-width: 768px) {
    .inner-wrap {
        max-width: 96%;
    }
    }

    Thanks.

    Thread Starter exigeous

    (@exigeous)

    Thanks so much – as yes, that does it – with one issue. Now the posts on the home page that have highlight images don’t format correctly – the images are too narrow for the new box width. Do I just need to update them to the correct new width? I haven’t launched yet so this isn’t a big deal.

    Again really appreciate the help!

    @exigeous

    If you are referring to the featured image of the posts then, can you once try the below CSS code in the Additional CSS Box provided via the Customizer Options and check once:-

    #content .featured-image img {
        width: 100%;
    }

    Note: The image might display little bit pixelated using the above CSS code within your site and that is only the option currently to fix this issue.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Page Width’ is closed to new replies.