Menu text position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30861
    hashimakhtar
    Participant

    Hi

    At 1365px wide the menu items change and drop down. i cannot seem to change this behavior so menu item position correctly in the centre. at 1365px they are ok
    What is the best way to fix this issue.

    #30870
    Veena
    Moderator

    You can apply css media queries in this case.

    #30874
    hashimakhtar
    Participant

    Hi

    Im not sure what these are?

    #30877
    Veena
    Moderator

    You can add cutom CSS like this –

    @media only screen and (min-device-width:1364px) {
    #primary-menu {
        top: 10px;
    }}
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.