Checkout shipping rates width - by szmarinov

This topic has 6 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: szmarinov
    szmarinov
    Participant
    May 26, 2018 at 14:52

    Hello, can you help me with our checkout page and shipping calculation part:

    http://prntscr.com/jmvpv3

    how can i adjust width to be equal as subtotal for example

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 29, 2018 at 08:23

    Hello,

    Please add this code in Theme Options > Custom css or in style.css file of child theme:

    .shop_table .shipping th {
        width:  auto;
    }
    .shop_table #shipping_method {
        padding-left: 0px;
    }

    Regards

    Avatar: szmarinov
    szmarinov
    Participant
    May 29, 2018 at 19:29

    Hello!
    Thank you for the response. I’ve added this code. But still not visible changes for the shipping part. Can you check again please.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2018 at 08:03

    Hello,

    Where did you add the code? Do you use a child theme? If you added custom css code in Theme Options > Custom css, please note that from the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update, you need to create the dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' ); in royal-child/functions.php file. Then go to Theme Options and re-save them.
    Do not forget to clear cache before checking the result.

    Regards

    Avatar: szmarinov
    szmarinov
    Participant
    May 31, 2018 at 20:11

    I’m using template Version: 4.5. No childtheme. The code is added thru theme options global custom css.

    http://prntscr.com/jp6hg5

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 08:26

    Hello,

    Thanks for the reply.
    Do you use cache plugin? Please try to clear cache and check one more time if the code works from the Global Custom css.
    Also, try to add the code in Additional CSS area – http://prntscr.com/jpdv19 via Customizer.

    Regards

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