Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #509244

    hello

    I’ve tried align images in submenu with this css. but only the last image on the right is aligned.
    Is there any way to align all?

    .av-subnav-menu > li:last-child {
      top: 1px;
    }
    .av-subnav-menu > li {
      top: -7px;
    }

    http://ganubis.com/20.png

    • This topic was modified 9 years ago by Tokyo.
    #509282

    Hi Tokyo!

    I am checking the live version and I can not see the changes.
    Have you removed for the testing?

    Regards,
    Basilis

    #509283

    Hey sorry i move the image button. you can see in this image

    if you look the image button 2 is aligned correctly. but image button 1 stays up on the top.
    there any way to align well the image button 1? same as image button 2?

    http://ganubis.com/20.png

    and in this link http://ganubis.com/nighthawks-gamers/

    thanks :)

    • This reply was modified 9 years ago by Tokyo.
    #509397

    Hey!

    Thank you for the update. Try this in the Quick CSS field:

    #top .av-subnav-menu a[href="http://ganubis.com/nighthawks/"] {
        top: 10px;
    }

    Regards,
    Ismael

    #509442

    Hey! thank you Ismael
    I’ve tried. but it does not work. any ideas?

    thanks

    #509772

    Hi!

    Please try the below css:

    #menu-item-top-level-2 {
        top: 2px !important;
    }

    Regards,
    Dake

    #510157

    hey thanks something like that?

    .av-subnav-menu > li {
      top: -2px;
    }
    .av-subnav-menu > li:last-child {
      top: 7px;
    }
    
    .menu-item-top-level-2 {
        top: 7px !important;
    }
    
    #510166

    Hi!

    Menu-item-top-level-2 is an ID so you can try the above, but with a hashtag instead of a point.

    Best regards,
    Dake

    #510168

    ahh ok. thanks

    #510174

    this work.
    but also moves the second button in the main menu. any ideas?

    .av-subnav-menu > li {
      top: -2px;
    }
    .av-subnav-menu > li:last-child {
      top: 7px;
    }
    
    .menu-item-top-level-2 {
        top: 7px !important;
    }
    
    #top .av-subnav-menu > li {
        padding: 11px 0px;
        display: inline-block;
    }
    #510182

    Hey!

    Is the css currently active? Because I’m not seeing the main menu change on my end.

    Regards,
    Dake

    #510187

    yes. only work this code.
    but it does not work well. if I put this code messes up the main menu

    .av-subnav-menu > li {
      top: -2px;
    }
    .av-subnav-menu > li:last-child {
      top: 7px;
    }
    
    .menu-item-top-level-2 {
        top: 7px !important;
    }
    #top .av-subnav-menu > li {
        padding: 11px 0px;
        display: inline-block;
    }
    #510193

    Is there not a way to align all the images of the submenu to ?

    #510201

    Hey!

    May we have temporary admin access to your website so we can take a closer look?

    Regards,
    Dake

    #510209

    yes :) thanks

    • This reply was modified 9 years ago by Tokyo.
    #510224

    Hey!

    Please insert the below css:

    #menu-item-3453 {
        top: 0px !important;
    }

    The above css will adjust the second main menu item.

    Cheers!
    Dake

    #510338

    Hey Dake. work prfect . thank you very much!

    Cheers!
    Tokyo

    #510353

    Hi!

    You’re welcome, glad I could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘align all submenu images’ is closed to new replies.