This topic has 9 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #95031
     keyandcee
    Participant

    Hello,

    it is possible to remove the “Sidebar” in the Main Content?

    <div id=”main-container class=”clearfix>
           <div class=”main role=”main>
           <div class=”sidebar sidebar-colors> ??

    it is the code to disable .sidebar sidebar-colors {display:none !important}

    or must i change this in the PHP Codes?

    im looking forward to hearing from you.

    THX

     

    #95042
     sharmstr
    Moderator

    You can disable the sidebar by choosing the full width layout in Appearance > Customize > Layout

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #95047
     keyandcee
    Participant

    hmmm i have do this, but nothing happens.. ?

    #95056
     sharmstr
    Moderator

    It works for me. Probably a caching issue on your site.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #95058
     keyandcee
    Participant

    at the user profil is the sidebar active, or at the notifications.

    #95064
     sharmstr
    Moderator

    There isnt a sidebar layout for profiles

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #95065
     keyandcee
    Participant

    hmmm.. i am talking about this element.

    Attachments:
    You must be logged in to view attached files.
    #95068
     sharmstr
    Moderator

    That’s not a sidebar. 🙂

    That’s the buddypress profile header. You might try this

    COPY CODE
    
    #buddypress #item-header-wrap {
        display: none !important;
    }
    @media only screen and (min-width: 768px) {
        #buddypress #item-body {
            margin-left: 0 !important;
        }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #95084
     keyandcee
    Participant

    😀 excuse me.

    can i place the Profileheader in another area?
    i need just the “item-header-avatar”, “item-header-content”.

    Greetings

    #95086
     sharmstr
    Moderator

    Not without completely changing the templates.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?