This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
I have amended some of the top row on my website and the footer and now the orientation on a mobile does not look right. Everything ideally should be aligned in the center on the phone view.
Or is there a way to turn off certain parts like the slider on the mobile….
Hello,
To center menu in footer you need edit your code in custom.css file from
.menu {
float: right !important;
}
to
@media (min-width: 1200px) {.menu {
float: right !important;
}}
To remove slider on mobile go to Revolution Slider section, open your slider settings > Mobile Visibility tab and enable the option “Disable slider on mobile” http://storage1.static.itmages.com/i/16/0314/h_1457970622_5114767_6a3d9fdaae.png .
Best regards,
Jack Richardson.
Tagged: best, mobile, responsive, selling, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up