Topic Resolution: Resolved
  • Closed
  • Denver Chetty
    Spectator
    July 23, 2015 at 12:09 pm #19117

    I am using the Alora theme am I am trying to move the main menu to a specific location. The site is http://www.garynaicker.com. I want the “H” in “Home” to be directly under the “L” in “Lateral.” Is it possible to do?

    Thank you very much.

    Denver

    Imran
    Spectator
    Posts: 403
    July 23, 2015 at 12:42 pm #19119

    Hi Denver,

    Thanks for writing in, if you wish to get the menu start from right under the word “Lateral”, so you can try adding the following code under Appearance > Theme Options > custom CSS:

    .header-v5 #nav > ul {
    margin-left: 228px;
    }

    #nav ul > li > a {
    padding: 0 15px !important;
    }

    Hope this helps!

    Thanks.

    Denver Chetty
    Spectator
    Posts: 13
    July 23, 2015 at 1:15 pm #19120

    Hi Imran

    Thank you for your help. it works perfectly.

    One more thing if you don’t mind.

    If you look at the menu there are sublevels when you mouse over. At the moment the font is white and the background purple. However when I hover over the submenu items the background turns white (which is what I want) but the font still remains white. I want the font to change to purple. There is no option to change that in the Theme Options.

    Regards

    Denver

    Imran
    Spectator
    Posts: 403
    July 23, 2015 at 1:30 pm #19121

    Hi Denver,

    You can achieve that by using the following code under your custom CSS:

    #wrapper #nav ul li ul li a:hover {
    color: rgb(127, 2, 127);
    }

    Thanks.

    Denver Chetty
    Spectator
    Posts: 13
    July 23, 2015 at 1:35 pm #19123

    Wow…You are a genius.

    Thank you so much.

    Denver

    Imran
    Spectator
    Posts: 403
    July 23, 2015 at 1:59 pm #19124

    You’re welcome! 🙂

    Denver Chetty
    Spectator
    Posts: 13
    July 23, 2015 at 2:31 pm #19125

    Hi Imran

    Sorry to bother you again. I need to do the same thing to the top menu. The client wanted some changes. I moved the Home and Contact to the top menu. He now also wants them aligned with “Lateral.”

    Regards

    Denver

    Imran
    Spectator
    Posts: 403
    July 23, 2015 at 2:43 pm #19126

    Hi Denver,

    You can achieve that by using the following code given below. Though, it is recommended to open a new post when getting resolved on one issue. Please follow the code in your custom CSS:

    .header-social .menu {
    margin-left: 29.3em;
    }

    Thanks.

    Denver Chetty
    Spectator
    Posts: 13
    July 23, 2015 at 7:45 pm #19135

    Hi Imran

    Thank you. Noted.

    Denver

    Imran
    Spectator
    Posts: 403
    July 24, 2015 at 12:54 pm #19147

    You’re welcome! 🙂