How to remove grey stripe and how to reduce appearing image?

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Feb 05, 2015 3:41 pm
How to reduce the size of this image flying in and where does this grey stripe on the right hand side comes from? I like to remove it as it looks ugly.

Screen Shot 2015-02-05 at 15.40.06.png
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 12:47 am
Hi,

Try to add the following css code:
Code: Select all
.gk-horizontal-slide-right-column img {
max-width: 70%;
}
.gk-horizontal-slide-right-column {
   border-right: 0;
}
User avatar
Moderator

GK User
Fri Feb 06, 2015 8:56 am
add where and in which .css file?
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 9:03 am
OK I added it at the bottom to stuff.css, it works. Thanks Piotr. :!:
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 1:55 pm
Try to keep your css modifications in one file (becouse of future theme updates), i.e. override.css file or use external plugin to keep your custom css:
https://www.gavick.com/blog/adding-cust ... ress-theme
User avatar
Moderator


cron