Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348956
    luisramosbcn
    Participant

    Hi,

    in this page I need to set the first section (the one with the blackboard graphic) to be full-width and remove the space between the image and the header. Is this custom or is there a setting to adjust?

    PS: Well, not only on this page, but in a set of pages.

    Thx

    http://institutodeemprendedores.org/ee-inicio/

    #1349284
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To have the first section (the one with the blackboard graphic) to be full-width and remove the space between the image and the header, please do the following:
    #1] Please edit the page and change the page template. Use the Blank – Container | Header, Footer page template. To know more about the page templates in X, please check this out: https://community.theme.co/kb/page-templates/

    #2] Once you have change the page template, please edit the page back in Cornerstone. You might need to make sure that there are no margins and paddings around the section which you can find in the section settings.

    Hope this helps.

    #1350200
    luisramosbcn
    Participant

    Hi Rue,

    not working.

    1. When setting that template I don’t get the no-margin effect I looked for. Still a separation ont the sides and up.

    2. Even more important. If I set that template, I lose the sidebar. I need it there.

    Is it possible to accomplish that but with the sidebar template?

    #1350286
    Lely
    Moderator

    Hi There,

    Please try adding this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    .page-id-72 .x-main .entry-wrap>div {
        max-width: none;
        width: 100%;
    }

    Hope this helps.

    #1353894
    luisramosbcn
    Participant

    Hi Lely,

    is partially solved.

    1. the space between the header and the section is still there. Not removed.

    2. this css solves it for a single page. If I wanted it for a whole category, what should I change?

    Thanks in advance
    Lui

    #1353999
    Rupok
    Member

    Hi Lui,

    Thanks for writing back.

    #1. Let’s add this to get rid of the space :

    .page-id-72 .x-main .entry-wrap {
    	padding-top: 0;
    }

    #2. You need to take off the preceding page ID .page-id-72.

    Hope this helps.

    Cheers!

    #1354358
    luisramosbcn
    Participant

    Now looks awesome!! Thx!!!

    #1354731
    Lely
    Moderator

    You’re welcome!

    Cheers!

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