Tagged: menu mobile
Hi, I have a problem with mobile version. (Andoid and IOS)
The menu icon appears as an empty (transparent) square with white border .., it seems that there is a missing image to load instead of looking like a menu
And also the size of the slider in the mobile version has a very small height, and yet the highlighted text shown in the next section of the home, under the slider, with orange background is very large. How do I solve both,
thank you very much
Hey vgunited,
For the menu add the following to quick css and adjust as needed:
@media only screen and (max-width: 775px) {
.inner-container #advanced_menu_toggle{
color:#ffffff!important;
}}
For the mobile slider add the following to quick css and adjust as needed:
/* Fullscreen slider height in portable devices*/
@media only screen and (max-width: 775px) {
#full_slider_1 li{
min-height: 265px !important;
}
#full_slider_1 li img{
min-width:175vw
}}
Best regards,
Jordan Shannon