Move menu to under logo, not next to it

Discussion in 'Harrington- A WordPress Business Theme.' started by dmedia, Jun 26, 2016.

Thread Status:
Not open for further replies.
  1. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Hi - Is it possible to move the top navigation menu UNDER the logo, instead of NEXT to it?

    http://dev.dfwvetsurgeons.com/

    I have moved the menu lower, but I can't seem to get it to go across the entire page instead of aligned right.

    Also I would like each menu item/tab closer together. I am trying to fit all the menu items onto 1 line horizontally.

    Thank you for your help!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    Harrington_logo_full.png

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Thank you! That moved it!

    I am still having issues fitting the menu on 1 line. Can you please advise me how to reduce spacing between the menu tabs? And maybe move the entire menu over to the left a bit more?
     
  4. priya

    priya Guest

    Hi,

    Please use below code..
    Code:
    #menu .ddsmoothmenu {
        text-align: initial;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Thank you! That moved the menu over to the left and it looks better now. Is there a way to control the spacing between menu items/tabs?
     
  6. priya

    priya Guest

    Hi,

    Code is given below..
    Code:
    #menu .ddsmoothmenu li a {
        margin-right: -18px;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    That is exactly what I needed! Thank you!
     
  8. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page