Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #371505

    Hi,

    I’d like to reduce the whitespace on the right sidebar – see project-d.org. Quite a lot of space between the line which separates the main content / the sidebar and the actual widgets. How can that be done?

    On top, is there a way to set the width of the box with the social icons in the menue bar to the same as the one of the sidebar?

    Any help appreciated!

    Thanks,
    Rob

    #371545

    Hi robert-s!

    Thank you for using our theme.

    Use custom.css or Enfold->Styles->QuickCSS fiekl and adjust the values.

    If you want to reduce the left margin:

    
    .inner_sidebar {
        margin-left: 30px !important;
    }
    

    For the vertical distance between the widgets:

    
    .widget {
    padding: 20px 0 !important;
    }
    

    Cheers!
    Günter

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