• Can i increase the width of home page display? Looks like it only use the middle section and right, left sidebar take huge spaces. i dont need the sidebar and removing that doesnt solve the issue . Still have huge empty spaces in sidebar . So i want to increase the body width. How can i do that ?

    Also , i need the layout option of full width or left sidebar option when i am creating new page or post . How can i add layout option ? Thank you .

Viewing 1 replies (of 1 total)
  • Hi @contactayaar , the theme includes a full-width page template, and you’re welcome to use that. It will still not take the full screen width, just the content area for the theme.

    To increase it further, you could create a child theme or use custom CSS. Major layout changes like this are oustide what we can support, but you can start with adjusting the 75 number here, and pasting it in your Additional CSS:

    @media screen and (min-width: 60em)
    .header-wrap, .main-navigation, .site-content, .testimonials>*, .featured-content>*, .footer-widget-area .widget-area, .site-footer-wrap {
        max-width: 75em;
    }

    Hoping this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to add layout option when create new post or page?’ is closed to new replies.