Hi!
I have a little problem on my theme, i would like to see my second menu that is connect and register on mobiles, but i cannot.
My website: https://oneunity.fr
Thank you by advance,
Alexis.
Hey ExagOne59,
A color adjustment should fix this. Add the following to quick css:
@media only screen and (max-width: 767px) {
#avia2-menu.menu{
color:#000!important;
}
}
Best regards,
Jordan Shannon
Thank you lot it is perfect!
one more question, on my home tab where there is my fullscreen, the two buttons are not centered on mobile :/, i really thank you for the time you spend to me.
Alexis
Hi,
I see what you mean. Please try adding this to quick css:
@media only screen and (max-width: 767px) {
.avia-multi-slideshow-button.avia-slideshow-button{
margin-right:0px!important;
}
}
Best regards,
Jordan Shannon
Perfect!!
really thank you for your help!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon