HI
I have a blank white space that appears above the slider on my home page when viewing from a mobile/tablet screen?
It pushes the shopping cart trolley in to that space.
How do I get rid of that?
Thanks
Farzan
Hey farzanahmed,
Add the following to quick css:
@media only screen and (max-width: 767px){
#header_main {
height: 100px!important;
}
.responsive #top .cart_dropdown {
margin-top:-33px!important;
}
#advanced_menu_toggle{
right:-7%!important;
}
.cart_dropdown {
right:1%!important;
}
}
Best regards,
Jordan Shannon
Thank you VERY much Jordan
That’s worked perfectly. :)
Farzan
Is there a way to have the ticks on that slider aligned next to the text on mobile/tablet screens as well please?
At the moment, they’re moving to the left while the text is right aligned?
Thanks
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px){
.caption_right .slideshow_align_caption {
text-align: left;
}
}
Best regards,
Jordan Shannon
Thanks Jordan
Again, worked perfectly :)
Appreciated mate.
Farzan
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon