GK Image Show Size Problem

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Fri Mar 14, 2014 2:59 am
I am thinking of using the theme without the sidebar,

What I want to do is in the Top Widgets 1 Position activate two text widgets with the banner class.
And I would like to GK Image Show also in Top Widgets 1

You can see it here: https://www.wizzygizmo.com/wp/

What I need is for GK Image to expand to the proper width to match the height of the two text widgets.

basically this would be leaving everything just like your default set up but turning off the sidebar. You will see Oops. Not quite right.

Please advise.
User avatar
Fresh Boarder

GK User
Fri Mar 14, 2014 3:28 am
Okay, I found a solution to this.

I added the code below to template.css line 946

Code: Select all
.widget-area .box.double.last3 {
   width: 50%;
}

.widget-area .box.banner.col4.last3 {
   width: 25%;
}
User avatar
Fresh Boarder

teitbite
Mon Mar 17, 2014 10:45 pm
Hi

Ok. This is a very good solution, but please move it to override.css file so it will not be lost during template update. Override needs to be enabled in template settings in order to use this file.
User avatar
Moderator


cron