Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #443018

    Hi,
    I love enfold theme, but i’d like to personalize some css code for my graphic project.

    I insert in quick css this code

    
    .main_menu{
    top:-40px !important;
    }
    

    to position the main menù over the grey background.
    Now I’d like to see the red line of page select indicator, on the line between grey and white background, and also the submenù under “portfolio” link must appear from this line.

    How can I do this? May you help me, please?

    #443237

    Hi Serena!

    Are you trying to do something like this?

    .menu > .menu-item > a {
      height: 115px !important;
      line-height: 180px !important;
    }

    Regards,
    Elliott

    • This reply was modified 9 years, 6 months ago by Elliott.
    #443659

    Thanks Elliott!!!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change position of page select indicator and submenu’ is closed to new replies.