This topic has 6 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hello, can you help me with our checkout page and shipping calculation part:
how can i adjust width to be equal as subtotal for example
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
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.
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
I’m using template Version: 4.5. No childtheme. The code is added thru theme options global custom css.
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
You must be logged in to reply to this topic.Log in/Sign up