Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #304972

    hi,
    I would like to use boxed layout except for the home page where I want to use full screen slider. It works perfect when I use stretched layout, but than the rest of sites is stretched too. Is it possible to create a template that is the same as streched layout? If necessary, I can give you full access to the site.

    Best regards,
    Jakub

    #305194

    Hi 5ikor!

    Thank you for using the theme.

    You can set the width of the home page with this on Quick CSS or custom.css:

    @media only screen and (min-width: 768px) {
    .home {
    width: 100% !important;
    }
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.