Home Forums Pro Themes Business Park Pro Sidebar padding?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34592
    erreid
    Participant

    When I enable the sidebar, when the window is made smaller, the padding between it and the page article is very small – is there a way to increase the space between the two?

    #34667
    wensolutions
    Keymaster

    Hello @erreid,

    To increase the space between the content and the sidebar use below given CSS.

    @media (min-width: 768px){
    .widget-area {
        width: 32%;
    }
    }

    Hope this helps.

    Best Regards!!

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