Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285854
    SoNu Websites
    Participant

    Hi, how do I create a full width section & CTA element in a boxed page layout? Is this possible?

    #1285857
    SoNu Websites
    Participant
    This reply has been marked as private.
    #1285893
    Christian
    Moderator

    Hey there,

    Sorry but that is not possible in a boxed layout.

    Thanks.

    #1285907
    SoNu Websites
    Participant

    Ok that’s shame. If possible can you explain how to make the CTA on my resource page fill the section & how to remove the white space at the bottom?

    #1285948
    Christian
    Moderator

    Upon checking your site, you’re not using a Boxed Site Layout but Fullwidth. You can make the CTA section expand fullwidth. Please use the Blank – No Container | Header Footer page template. See https://community.theme.co/kb/page-templates/ for more details about page templates. Then, in your Row setting, disable Column Container (see attachment). Please see our Knowledge Base to learn more about Cornerstone usage.

    Thanks.

    #1286539
    SoNu Websites
    Participant

    Hi thanks the CTA is fine now but none of the above have removed the white space above the footer. I have searched through lots of posts but they seemingly contradict each other.

    How do I remove the white space above the footer menu at the bottom?

    #1286545
    SoNu Websites
    Participant

    On the resource page specifically http://www.sonuwebsites.com/resources/

    #1286573
    Nabeel A
    Moderator

    Hi again,

    To remove the white space above the footer menu just add the following code in your Customizer:

    .x-container>.offset {
        margin: 35px auto 0 !important;
    }

    If you need to remove the space below the menu too then change the above code like this:

    .x-container>.offset {
        margin: 0 auto !important;
    }

    Let us know how this goes!

    #1288383
    SoNu Websites
    Participant

    Thanks that worked a treat 🙂

    #1288392
    Thai
    Moderator

    You’re most welcome 🙂

    #1289776
    SoNu Websites
    Participant

    Hi unfortunately having added the above code to below the menu there is still a white space appearing. I used the following:

    .x-container>.offset {
    margin: 0 auto !important;
    }

    How do I remove the white space please? http://www.sonuwebsites.com/resources/

    #1289782
    Christian
    Moderator

    Set all your section’s padding to 0px (see attachment)

    The code won’t work because you still have this code

    .x-container>.offset {
        margin: 35px auto 0 !important;
    }

    Please remove it.

    Thanks.

    #1296901
    SoNu Websites
    Participant

    HI thanks but I’ve been testing out the code but no matter what there is still a white space just below the menu on the resource page, so I deleted the code thats been recommended. Is there a way to remove this?

    #1296981
    Christopher
    Moderator

    Hi there,

    Please set section #1 top padding to zero and add following code :

    .x-container>.offset {
        margin: 0 auto;
    }

    Thanks.

    #1298572
    SoNu Websites
    Participant

    Thank you very much that worked. However would you mind telling me what code I need to keep it as is with the white space removed under the menu but with/putting back the white space above the footer please?

  • <script> jQuery(function($){ $("#no-reply-1285854 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>