-
AuthorPosts
-
August 4, 2019 at 4:40 pm #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,
MayaAugust 6, 2019 at 10:32 pm #1125303Hey 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,
BasilisAugust 6, 2019 at 10:37 pm #1125307Hi Basilis,
Understood. Is there a way to make the button smaller on the mobile view?
Many thanks.
MayaAugust 8, 2019 at 7:06 am #1125790Hi,
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 ShannonAugust 8, 2019 at 8:02 am #1125806Hi
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.
MayaAugust 8, 2019 at 5:11 pm #1125985Hi,
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 ShannonAugust 10, 2019 at 12:06 pm #1126391Fantastic 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.
August 11, 2019 at 3:17 am #1126559Hi,
Please try this CSS as well:
#menu-item-9040 { margin-left:10px !important; }
Best regards,
RikardAugust 11, 2019 at 9:50 am #1126606Hi,
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,
MayaAugust 11, 2019 at 4:28 pm #1126629Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.