Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #292112

    Hey guys,
    Is it possible to keep the stretched header, homepage slideshow and footer as you see here … but have the body of content (text, call 2 action) within the boxed layout?

    Thanks,
    Justin

    #292292

    Hey Justin!

    Set the layout to stretched and try with a code like this:

    #main .container {
        background: white;
    }
    #main .container_wrap{
        background: transparent !important;
    }

    Cheers!
    Josue

    #292503

    Thank you Josue! I can give it a shot.
    Justin

    #292573

    Let us know how it goes :)

    #304995
    This reply has been marked as private.
    #305013

    Hey!

    Can you post a link to the website where you are trying it?

    Best regards,
    Josue

    #305078
    This reply has been marked as private.
    #305097

    Wrap the contents you want to be boxed inside a color section (with ID “boxed-section”), like this. Then add this to the Quick CSS (remove the old code):

    #boxed-section{
        background: #d1d1d1 !important;
    }
    #boxed-section .container {
        padding:  20px;
    }

    Regards,
    Josue

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