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

    How can I make less marging (left and right) from the items in the sidebar. (in quick css).
    How can I remove the gray 1 px vertical devider that comes up when sidebar is on. (in quick css).

    #251849

    Hey Maradin!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top #main .sidebar, .content { border: none; } 
    .inner_sidebar {
    margin-left: 10px;
    margin-right: 10px;
    }
    

    Best regards,
    Yigit

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