Responsive Elements - by hdowthwaite - on WordPress WooCommerce support

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

  • Avatar: hdowthwaite
    hdowthwaite
    Participant
    June 22, 2015 at 11:24

    Hi, I’m trying to make the headings and buttons on my site responsive, but media queries arn’t working and mess everything up. I just want these 2 things to look better on mobile and tablet. Please see screenshot: http://prntscr.com/7jvuha

    Please can you advise.

    Thanks

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2015 at 12:00

    Hello,

    Please add this code in custom.css file:

    @media only screen and (max-width: 768px) {.main-footer .btn.big i {
      margin-right: 2px;
      font-size: 15px;
    }
    .main-footer .btn.filled.big {
      width: 100% !important;
      font-size: 12px !important;
    }
    
    .main-footer h3 { 
     font-size: 20px !important;
    }}

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: hdowthwaite
    hdowthwaite
    Participant
    June 22, 2015 at 12:24

    Hi I added that to my child themes style sheet but it has made no difference! still the same.

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2015 at 13:38

    Hello,

    I’ve edited the code a bit.
    Please check now.

    Regards,
    Eva Kemp.

    Avatar: hdowthwaite
    hdowthwaite
    Participant
    June 22, 2015 at 13:41

    where is the new code?

    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2015 at 20:48

    Hello,

    The code is the same. I’ve just changed @media only screen and (max-width: 989px). The code is in your child style.css.
    Is footer shown fine now?

    Regards,
    Eva Kemp.

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