Not responsive - by shweta - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow

  • Avatar: shweta
    shweta
    Participant
    May 20, 2020 at 21:22

    Hello!
    The 2 banners in my homepage are not responsive and are showing up too small with large space around them when viewed on mobile. How to fix it? Please help.

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 21, 2020 at 06:54

    Hello,

    Provide screenshots and temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: shweta
    shweta
    Participant
    May 21, 2020 at 11:51

    Ok. I have given my ID & password.

    I am not able to attach screenshot

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 21, 2020 at 13:30

    Hello,

    Edit content of the page and change this padding http://prntscr.com/sl22sa to 1vw

    Add this code in Custom CSS for page http://prntscr.com/sl2599

    @media only screen and (max-width: 480px) {
        .banner {
            margin-bottom: 0px !important;
        }
    }

    Here is a padding of an empty footer area http://prntscr.com/sl26ib , change it here – http://prntscr.com/sl277o

    Change this http://prntscr.com/sl283p to 2vw here – http://prntscr.com/sl293d

    Regards

    Avatar: shweta
    shweta
    Participant
    May 24, 2020 at 12:35

    Hi! It is still not responsive. In the mobile phone only the banner is visible and nothing else in the screen first.
    Please help!!
    See this :

    https://prnt.sc/smta1b phone

    https://prnt.sc/smtaqd tablet

    please help remove these spaces!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2020 at 13:07

    Hello,

    You enabled “Full height row” – http://prntscr.com/smt2oe , so the row a stretched and you got white space on mobile http://prntscr.com/smt476

    Regards

    Avatar: shweta
    shweta
    Participant
    May 24, 2020 at 13:33

    wonderful! Thank you for your help!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2020 at 14:59

    You’re welcome!
    Have a nice day

    Regards

    Avatar: shweta
    shweta
    Participant
    May 27, 2020 at 15:34

    Hi! I want to submit a new topic but when I select the theme it is showing an error and am not able to submit it then!

    This is the query:
    Hi I want to change the colour of all the buttons in my website. They are currently a very dark and dull grey, even the page numbers are that way in shop page.
    I want to make them the green colour in my theme.

    Also, the global custom css in royal options are not working, I am not able to add any custom css.

    Please help

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 28, 2020 at 14:32

    Hello,

    What error do you get while visit https://www.8theme.com/forums/royal-wordpress-support-forum/ and press the Submit button? Could you, please, provide us with screenshot of the error?

    We have added below code to your custom CSS to change the color of the dark buttons and it works fine

    .product-information .single_add_to_cart_button, button, .button, input[type=button], input[type=submit], 
    .wishlist_table .add_to_cart.button, .btn-black, .btn.btn-black,
     .subscription-toggle, .btn.filled, .pagination-cubic li span.page-numbers.current{
        background: green;
        color:#fff;
    }
    .pagination-cubic li a:hover {
        background: #3f9912;
    }

    Regards

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