Unfortunately, I found another problem with the BizWay Pro theme where the Lite version was less affected. Please see these screenshots (Lite left, Pro right): 1. There is a one-pixel wide extra spacing between the image and the bottom border. This spacing can be seen in Pro, but not in Lite version of BizWay theme. 2. There is a similar extra space at the right border. This is both in Lite and Pro editions of the theme, and it seems to depend on the exact size of the browser window. If I horizontally resize the browser window, this extra space seems to flicker into and out of existence. I can see the second (but not the first) problem also at http://inkthemes.com/wpthemes/bizwayinterior/ Test page shown in the screenshots is at http://www.autohausbreit.de/ What can be done about this? Best regards, Carsten
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flex-direction-nav li .next { right: -7px; } .flexslider { width: 100.3%; border-bottom:none; } .flexslider .slides img { width: 100.3%; } This will solve your issue.
Thanks for your quick reply. The CSS you suggested fixes the problem at the bottom border, but not at the right border. In fact, it creates a new problem with the ">" arrow. Please see the attached screenshot, or live at http://www.autohausbreit.de/ How can this be fixed?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @-moz-document url-prefix() { .slider-wrapper-container { width:100.1%; } .slider-wrapper{ width: 100.1%; } .flexslider { width: 100.1%; } .flexslider .slides img { width: 100.1%; } } This will solve your issue.
Sorry, but it doesn't: 1. The extra space at the bottom is still there. 2. It introduces a new problem. Please see this screenshot: So unfortunately, the problem is still unresolved.
Hello, Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check your issue and solve it.
It works very well and everything looks beautiful now! Thank you very much! (I upgraded to latest 2.0.8 version of the theme, which contained the CSS that was in the "Custom CSS" section as well, so I was able to clean up the "Custom CSS" section and still have the result. )