Title: Goran theme and menu edit
Last modified: August 31, 2016

---

# Goran theme and menu edit

 *  [red2design](https://wordpress.org/support/users/red2design/)
 * (@red2design)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/goran-theme-and-menu-edit/)
 * Hi, I am building a site and I need to adapt the menu and it’s spacing in the
   top bar. The site is here: [http://217.199.187.198/supportlakeside.org.uk/](http://217.199.187.198/supportlakeside.org.uk/)–
   there is too much space after the menu text, e.g. after ‘About Lakeside’ and 
   before the square arrow for the dropdown. I have looked everywhere in the css
   but no luck. Please can anyone help?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/goran-theme-and-menu-edit/#post-7047455)
 * Hey there red2design,
 * How are you doing today?
 * This should be possible with some custom CSS, I’ve checked your site and navigation
   that has dropdown has right padding which you can reduce in order to remove that
   gap.
 * To do that please try adding the following CSS code in the style.css file of 
   your [child theme](http://codex.wordpress.org/Child_Themes) or if your theme 
   doesn’t have custom CSS tab add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .menu-item-has-children > a {
           padding-right: 48px;
       }
       ```
   
 * This should be the original padding, reduce the value to what ever suits you 
   the most 🙂
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [red2design](https://wordpress.org/support/users/red2design/)
 * (@red2design)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/goran-theme-and-menu-edit/#post-7047461)
 * Hi Bojan
 * Yes that has worked, many thanks.
 * I’m now being asked to reduced the width of the drop down boxes. Can I be cheeky
   and ask if you know where that is? Or maybe I need to start a new thread?
 * Again, thank you. Deb
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/goran-theme-and-menu-edit/#post-7047554)
 * Hey Deb,
 * Awesome! Generally you’d want to open another thread but since you already asked
   here I’ll respond as well 🙂
 * There is width defined on the submenu links which is giving the whole submenu
   it’s width. This can be changed with custom CSS as well so please try adding 
   the following:
 *     ```
       @media screen and (min-width: 1020px) {
       .main-navigation ul ul a {
           width: 300px;
       }
       }
       ```
   
 * This is the original width so you can reduce the value to what ever suits you
   the most 🙂
 * Cheers,
    Bojan

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

The topic ‘Goran theme and menu edit’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/goran-theme-and-menu-edit/#post-7047554)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
