How to make footer widgets display horizontally

Posted in: Newsmag
Post count: 3

Hello,

I’ve put the footer as Style 9 and I’ve tried adding widgets to the footer, however the widgets (such as categories) are displaying vertically instead of horizontally.

Is there anyway to make the footer widgets display horizontally?

Thanks

Post count: 6535

Hi

Are you referring at this widget: http://screencast.com/t/xzHr2v3vhttp://screencast.com/t/XogiSKD9b If this is the case you can customize its layout using some custom css code in theme panel > custom code > custom css and the result will be like here: http://screencast.com/t/E5D18xWenTPa

.widget_categories.widget ul li{
display: inline-block;
margin-left: 10px;
}
.widget_categories.widget ul li:first-child{
margin-left: 0px;
}

Please note that this is just an example for the Categories widget. In this case the widget html structure allow this customization but in others cases the required customization could be more complexes, depending by widget’s layout.
If this is not what you mean please provide more details and also your site url so I can inspect this closer.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.