Top Widget Alignment Issue

Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
GK User
Tue Dec 03, 2013 7:49 am
I'm using the demo widget settings to reformat my website, but the 3 frontpage widgets under "Top Widget 1" are lining up vertically instead of horizontally as in the demo : Text + GK Title Overlay + GK Title Overlay.

I'm not sure what is causing the widgets to display differently. Thanks for any help.

Website: http://californiastandup.com
User avatar
Senior Boarder

GK User
Tue Dec 03, 2013 8:43 am
Hi,

Add this code to css/override.css file (first enable this option from Template Options -> Advanced tab)

Code: Select all
#gk-top1 .box,
#gk-top2 .box {
   clear: none;
}
User avatar
Moderator

GK User
Tue Dec 03, 2013 1:37 pm
Thanks, worked perfectly!
User avatar
Senior Boarder


cron