Show "we turn ideas into our work" image on mobile

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Mon Jul 13, 2015 3:39 pm
Hello,

Is it possible to show the image from the widget "We turn ideas into our work" also on the mobile view?

Thanks in advance,
Bruno
User avatar
Expert Boarder

GK User
Mon Jul 13, 2015 9:43 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
@media (max-width: 580px) {
   .gk-horizontal-slide-right-column {
   display: block;
   width: 100%;
}
}
User avatar
Moderator

GK User
Tue Jul 14, 2015 12:15 pm
Worked! Thank you very much Piotr!
User avatar
Expert Boarder


cron