• Resolved naama84

    (@naama84)


    Hi
    I have a problem with the primary navigation. My entire site is written from right to left. I set up a primary navigation and the problem is that the last item I put on the menu is very attached to the item before, Where can I set all menu items to be equally spacious?

    And another question – the sidebar is very close to the main part of the site, how can I control the distance between them?

    Last question- the line below the widgets in the footer is on the left, and not under the title of the widget, how can I define the line below the widget title?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello @naama84!

    To solve the problems you have, add the codes below in Customize->General->Additional CSS:

    1)

    #vision-primary-nav > ul > li:last-child {
        padding-right:27px;
    }

    2)

    body:not(.sidebar-left) #primary.col-md-9 {
        padding-left: 30px;
    }

    Change the padding values per your needs.

    3)

    .footer-widgets .widget-title::after{
    right: 0px;
    }

    Best Regards

    Thread Starter naama84

    (@naama84)

    Thank you so much!!!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘A problem with the primary navigation’ is closed to new replies.