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

    Hi,

    I would like to remove the button from the slider on mobile view please.

    Also, I have added a “Member log in” button on the main menu but is overlapping with the “Join” button. How can I space them out please?

    Thank you,
    Maya

    #1125303

    Hey mayamaria,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1125307

    Hi Basilis,

    Understood. Is there a way to make the button smaller on the mobile view?

    Many thanks.
    Maya

    #1125790

    Hi,

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    #menu-item-9040 .avia-menu-text{
    font-size:8px!important;
    }}

    Best regards,
    Jordan Shannon

    #1125806

    Hi

    Is this code to decrease the button on the banner slider or for the member login?

    Is it possible to decrease the size of the button on the banner in the mobile view for the membership?

    Thanks.
    Maya

    #1125985

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #top #wrap_all .avia-slideshow-button {
        font-size: 10px!important;
    }
    
    #top .avia-slideshow-button.avia-color-light {
        padding: 5px 9px!important;
        background-color: rgba(0,0,0,0.2)!important;
    }}

    Best regards,
    Jordan Shannon

    #1126391

    Fantastic this worked!

    I have another inquiry. On the main menu, the Join button and the Member login button overlap. Can this be fixed?

    If not is there a way to place the member login button on the header top right corner?

    Many thanks.

    #1126559

    Hi,

    Please try this CSS as well:

    #menu-item-9040 {
      margin-left:10px !important;
    }

    Best regards,
    Rikard

    #1126606

    Hi,

    That works, however, when on laptop view (smaller screen), the Member login goes on to the second line (on to the slider). Is there an option to place this button on the header right hand corner?

    Thank you,
    Maya

    #1126629

    Hi,

    Yes, but then you would have to place it in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.