Shop Categories

X

Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site.

Topic Resolution: Resolved
Viewing 15 posts - 181 through 195 (of 246 total)
  • Author
    Posts
  • #27280
    Zex
    Moderator

    In that case , use the following code:

    .sticky-nav ul.sub-menu {
     max-height: 100px!important;
     overflow: auto!important;
    }

    Set the max-height value as you need.

    #27284
    Vladimir Berlizov
    Participant

    I apparently set the task incorrectly.
    I need to adjust the distance between the menu lines. May be the line-height

    #27285
    Zex
    Moderator

    Hi,

    Yes, you are right …
    Try the next:

    .sticky-nav ul.sub-menu li a {
        line-height: 25px!important;}

    Regards

    #27286
    Vladimir Berlizov
    Participant

    Yes, perfect!

    #27287
    Vladimir Berlizov
    Participant

    How to make in desktop mode, when you select the menu “Меню”, only the pull-down menu was triggered, and the system did not lead to the menu page.

    #27296
    Zex
    Moderator

    Hello Vladimir!

    I’ve fixed that for you:
    https://prnt.sc/t8ztyv

    Regards

    #27297
    Vladimir Berlizov
    Participant

    Yes, perfect!

    But how do you do this because I need the same for the menu “Фото”?

    #27299
    Zex
    Moderator

    As you can see from the screenshot I attached, I have inserted a custom link(replaced your menu item created using the elementor) to the menu and gave it an empty link (“#”)

    #27301
    Vladimir Berlizov
    Participant

    Yes, I repeat that, bit this menu does not work in tablet and mobile view!!!

    #27303
    Zex
    Moderator

    Hello Vladimir!

    I have fixed this too.

    Actually the submenu was already there, but the button was black, so it became invisible because of your black background image.

    I have changed the color to the white and now is everything all right.

    Also, there was some small conflict with the gold-addons plugin so I fixed that too.

    Regards

    #27304
    Vladimir Berlizov
    Participant

    oK!

    Can I open the menu with a selection in the list, not with the + icon?

    #27305
    Zex
    Moderator

    Hi,

    Unfortunately, no.

    Maybe you can change the width value in the following code, to set your dropdown button closer to the menu:
    https://prnt.sc/t99mm3

    #27306
    Vladimir Berlizov
    Participant

    ок!

    How to adjust the distance between lines in the secondary menu in mobile view.
    Now this distance is greater than in the main menu

    And how to adjust the distance from the menu to the next block. It’s short now.

    #27307
    Zex
    Moderator

    Try the following codes:

    .mobile-menu ul li a,
    .sub-menu li a{
        padding-top: 5px!important;
        padding-bottom:5px!important;
    }
    
    .vision-row{
        padding-top:50px!important;
    }
    #27308
    Vladimir Berlizov
    Participant

    ок!

    The “+” icon is located visually below the corresponding line.
    Can it be raised by 2 – 3 px?

Viewing 15 posts - 181 through 195 (of 246 total)
  • You must be logged in to reply to this topic.