Title: Techozoic Nav Bar Problem
Last modified: August 22, 2016

---

# Techozoic Nav Bar Problem

 *  [kimgas](https://wordpress.org/support/users/kimgas/)
 * (@kimgas)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/)
 * Hi. I have been trying to rectify the issue with the Navbar width on my site.
   if you take a look you will see that the navbav under the header extends to the
   right.
 * [Mysite](http://www.voltageoptimisation-iom.co.uk)
 * This must be a code problem I knw, but I am really a bit of a newbie, but If 
   someone could help I a sure I should be ok to fix.
    Thanks

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

 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/#post-5658997)
 * In your stylesheet, style.css, change:
 *     ```
       .square, ul#dropdown {
       margin-left: 0px;
       margin-right: 0px;
       }
       ```
   
 * to:
 *     ```
       .square, ul#dropdown {
       margin-left: 0px;
       margin-right: 0px;
       padding: 0;
       }
       ```
   
 * chrz!
 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/#post-5659000)
 * Oh no – before I get banned again – I forgot one thing: create a child theme 
   first [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 *  Thread Starter [kimgas](https://wordpress.org/support/users/kimgas/)
 * (@kimgas)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/#post-5659012)
 * Thanks Axel13, I have opened a ftp session, just cannot locate the style.css 
   folder, or just not the correct one . can you enlighten me at all of its path?
   
   Thanks
 *  Thread Starter [kimgas](https://wordpress.org/support/users/kimgas/)
 * (@kimgas)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/#post-5659018)
 * Update:
    I have managed to find the .css file and have sorted it out now, so 
   thx again
 *  [Axel13](https://wordpress.org/support/users/axel13/)
 * (@axel13)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/#post-5659028)
 * You’re welcome. But it’s better to not make changes directly to the theme, because
   these will get lost when you update.
 * As an alternative to creating a child theme (or finding the stylesheet), you 
   can also install a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/),
   or [the one included in JetPack](http://jetpack.me/support/custom-css/) to add
   custom CSS to your site.

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

The topic ‘Techozoic Nav Bar Problem’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [Axel13](https://wordpress.org/support/users/axel13/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/techozoic-nav-bar-problem/#post-5659028)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
