White line on Image Show widget

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Aug 17, 2015 6:59 pm
Hello,

My website is showing a white line on the right side of the GK Image Show widget. You can check it in the following URL:

http://www.vidapora.com.br/wordpress/

Is it possible to help me solve this issue?

Thanks in advance,
Bruno
User avatar
Expert Boarder

GK User
Mon Aug 17, 2015 7:38 pm
Hello,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
.gk-is-wrapper-gk-storebox img {
   max-width: 100.2%;
   width: 100.2%;
}
User avatar
Moderator

GK User
Tue Aug 18, 2015 2:10 pm
Worked! Thank you very much!
User avatar
Expert Boarder


cron