About Page on mobile - by Karll - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp

  • Avatar: Karll
    Karll
    Participant
    August 13, 2014 at 20:25

    Hi, the about us page does not display correctly when viewed on a mobile phone, see attached…

    4 Answers
    Avatar: Karll
    Karll
    Participant
    August 13, 2014 at 20:26

    Also the back to top button does not appear on the mobile version…

    Avatar: Eva
    Eva Kemp
    Support staff
    August 14, 2014 at 11:41

    Hello,

    I’ve commented the following code in custom.css:

    @media (max-width: 767px) {.wpb_single_image img {
    max-width: 60%;
    float: right;
    margin-top: -150px;
    position: relative;
    left: 20px;
    }}

    and the page is showing fine now.
    And added this code for “back to top” button to appear:

    @media (max-width: 767px) {.back-to-top.btt-shown {
        display: block !important;
    }}

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Karll
    Karll
    Participant
    August 14, 2014 at 11:46

    Perfect, thank you…

    Avatar: Eva
    Eva Kemp
    Support staff
    August 14, 2014 at 12:00

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 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.