• Resolved calgarytech

    (@calgarytech)


    Is there a ready way to resize the white content box (contains the body and sidebar) to be a smaller ratio of the screen. As you can see https://www.myceliacworld.com/, the box consumes all but the edges of the screen which, on a 4K PC screen, is a lot. I would like the background image to be more visible.

    Your thoughts would be appreciated.

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @calgarytech,

    It is possible to extend the boxed layout by adding the following code into the Additional CSS editor within the Customizer.

    /* Extend the boexed layout */
    .main-raised {
    	margin: -60px 150px 0;
    }

    Feel free to adjust the middle value, 150px as you wish.

    I hope this will help.
    Stefan

    Thread Starter calgarytech

    (@calgarytech)

    Wonderful Stefan. Thank you.

    • This reply was modified 3 years, 10 months ago by calgarytech.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize Content Box’ is closed to new replies.