full width page

This topic contains 7 replies, has 3 voices, and was last updated by  memorex13 4 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #493900

    memorex13
    Expired Member
    Post count: 540

    Hi,
    I have several pages that I can not make them full width page. I have them marked in wordpress as full width but it does not work. Any solution?
    Thank you

    #493901

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #493920

    Alex Rollin
    Moderator
    Post count: 27815

    You can try disabling the blog sidebar in the customizer, under the general layout option. Otherwise you may need to hide it on specific pages. That is a BP specific issue on the link you shared.

    #493924

    memorex13
    Expired Member
    Post count: 540

    Hi
    If it is a specific problem. In V1 it had the same problem and it was solved with a css but right now applying the same css page-0 does not work. There are other pages that are displaced
    Thanks

    #493939

    Kor
    Moderator
    Post count: 16516

    Hi memorex13,

    Thanks for your reply. Could you tell me which custom CSS code you’ve applied? I need to check on it before I could provide a new one for you.

    #493946

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #493978

    Kor
    Moderator
    Post count: 16516

    Hi memorex13,

    Thanks for your reply. I’m able to see a sidebar on this page https://muchoslugares.com/registro/ . Could you try using the custom CSS code below?

    .page-id-12 .sd-sidebar {display:none!important;}
    
    .page-id-12 .entry-content {width:100%!important;}
    
    .page-id-12 .entry-content.sidebar-right {
        
        border-right: 0px!important;
    }
    #494107

    memorex13
    Expired Member
    Post count: 540

    Thanks @kor. This works correctly

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket