Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #390912

    Hi again

    Please could you help.

    I have put the full width sub menu under the full width easy slider and it works fine. However could you tell me how to format it ie I need to make it less deep (30px), colour the background and make the font white. Is there some quick CSS I could use. I’ve tried

    #top .av-submenu-container {
    height: 30px;
    }

    … but it only seems to do a part of the job in changing the depth so I know I’m missing something.

    Thanks in advance.

    #391484

    Hi Tarncat!

    Please add following code to Quick CSS

    #top .av-subnav-menu > li { padding: 2px 0; }
    #top .av-submenu-container { height: 30px; }
    #top .sticky_placeholder { height: 29px; }

    Regards,
    Yigit

    #391530

    Hi Yigit

    Thanks for your response. It works in as much as the placeholder is now 30px and I have worked out how to colour the background, but the menu itself (the words) has not moved and so now sit half in and half out of the placeholder (ie below). Also each menu item is in a white box which shows up against my recoloured placeholder.

    Any ideas?

    Thanks again.

    #391532

    Hey!

    Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
    You can add following code to Quick CSS as well if you would like to make background color of menu items transparent

    #top .av-subnav-menu li a {
    background: transparent;
    color: white;
    }

    Regards,
    Yigit

    #391540

    That was quick! Thank you. It is almost perfect – the problem now is that the drop down section is adrift from the menu – can we close the gap?

    #391545

    Hi!

    Please add following code to Quick CSS as well and adjust

    #top .av-subnav-menu > li ul { top: 29px; }

    Cheers!
    Yigit

    #391559

    Sorry – that doesn’t seem to work – I’ve tried adjusting it – I must be missing something. Menu drop down is still adrift.

    #391565

    Hi!

    Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field once again

    Regards,
    Yigit

    #391589

    I’m sure you’ve guessed you’re dealing with a novice! Thank you for your patience – that seems to work now. Kate

    #391594

    Hey!

    No worries at all Kate, we are always happy to help! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Full width sub menu’ is closed to new replies.