Theme4Press › Forums › evolve › Can I have a full width element on a 2 column page/post? › Reply To: Can I have a full width element on a 2 column page/post?
#15530
|
then choose different background color for the widgets area Theme Options -> Styling -> Color scheme of the slideshow and widgets area
try Custom CSS for the widget area height:
1 2 |
.widgets-back-inside {margin-top: 0px;} .widgets-back-inside .widget-content {margin-bottom:0;} |