Home Forums Pro Themes University Hub Pro How to change the width of primary sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58723
    rolex523
    Participant

    Hi I chose the Global Layout as “Primary Sidebar – Content”, but it seems the width of primary sidebar is bigger than I need. I want to narrow this primary sidebar, so the content area have more space.

    Could you guide me how to do that ?

    #58728
    wensolutions
    Keymaster

    Hello @rolex523,

    Please use below given CSS to get what you want .

    #primary {
        width: 80%;
    }
    
    #sidebar-primary {
        float: left;
        width: 20%;
    }

    Hope this helps .

    Best Regards!!

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