Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #468234

    Hi,
    I do not see or understand how to display the socket menu on mobile. i only have the copyright area text.

    Is there any such option in Enfold and if so, where?
    or do I have to add code, and if so, which?

    Thank you.

    #468372

    Hi Ad-Min7477!

    Thank you for using Enfold.

    There is not enough space in the socket container for the menu so it is hidden by default on mobile device. You can only enable with css:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
      display: block;
    }}

    Regards,
    Ismael

    #468396

    Thanks Ismael (also for your so prompt answer!),
    it works fine.
    The only thing could be to center this socket menu and increase a little bit the space between the 2 lines so that it looks cleaner and easier to click.
    It would be a “nice to have”, it’s not critical, (especially) if convenient for my customer.

    So if you think possible that’s great (as I like doing it clean), if you don’t, that’s not critical.

    Thanks.
    Enjoy and have a nice day
    JM

    #468669

    Hi!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #468769

    Hi Rikard,
    the url is as follows:
    http://rentonfrance.com/

    #469036

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
      margin-bottom: 15px;
    }
    #socket .avia-menu-text {
      font-size: 16px;
    }}

    Best regards,
    Yigit

    #469044

    Very good !
    Thanks Ygit,
    Rikard, ismael !
    :-)

    Topic may be closed.
    Best.
    JM

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Display socket menu on mobile’ is closed to new replies.