Title: A problem with the primary navigation
Last modified: February 18, 2018

---

# A problem with the primary navigation

 *  Resolved [naama84](https://wordpress.org/support/users/naama84/)
 * (@naama84)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/a-problem-with-the-primary-navigation/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fa-problem-with-the-primary-navigation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/a-problem-with-the-primary-navigation/#post-9988571)
 * Hello [@naama84](https://wordpress.org/support/users/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](https://wordpress.org/support/users/naama84/)
 * (@naama84)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/a-problem-with-the-primary-navigation/#post-9991063)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [naama84](https://wordpress.org/support/users/naama84/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/a-problem-with-the-primary-navigation/#post-9991063)
 * Status: resolved