SuperMag - How to Reduce the Sidebar Size - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMag SuperMag – How to Reduce the Sidebar Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19215
    infobynet
    Participant

    Hi,

    I am using Supermag for my website infobynet.com
    The theme is awesome, but I am facing one problem. The size of sidebar is too wide that it reduces the post area width. Is there any way I can reduce the width of the sidebar.

    With Regards,
    Jaspal Singh

    #19219
    acmethemes
    Keymaster

    Please add the below css codes on Appearance > Customize > Additional CSS, hope this css will help you.

    #primary {
        width: 75% !important;
    }
    .secondary-sidebar {
        width: 24% !important;
    }

    Regards

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