Site logo

[Support request] sidebar issues with spacing and context

Home Forums Support [Support request] sidebar issues with spacing and context

Home Forums Support sidebar issues with spacing and context

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2461152
    Fernando
    Customer Support

    There’s a default margin-top for the sub list. You need to remove this to make the spacing identical.

    Try adding this CSS:

    .inside-left-sidebar .widget ul li ul{
        margin-top: 0;
    }
    #2461160
    catbiscuits

    Thanks again, I couldn’t find that anywhere. May I ask what developer tools you use to determine? I think maybe I would be better off using Firefox instead of Safari for inspecting elements.

    #2461166
    Fernando
    Customer Support

    You’re welcome, catbiscuits! I use Chrome’s developer tools.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.