Mobile View - by masseyn - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: masseyn
    masseyn
    Participant
    March 14, 2016 at 15:51

    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….

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 14, 2016 at 16:50

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.