Soma Pro Theme Help Premium theme

full width widgets

RD Started by Rich Dixon · February 21, 2018 at 11:13 pm · 6 replies 1 voice Last reply 8 years, 3 months ago
RD
Rich Dixon Original poster Member
#1

Is it possible to make a widget full page width? My rows (full width stretched) do this, but widgets within those rows are constrained.

Looks like it’s a “container class” issue…the container class of my theme (SOMA PRO) isn’t full width.

Can this be changed, either for the full theme or for a single row?

Thanks.

ST
Spiracle Themes Original poster
#2

Hi Rich,

Use the CSS below

@media (min-width: 768px){
.container{
width:100%;
}
}

@media (min-width: 992px){
.container{
width:100%;
}
}

@media (min-width: 1200px){
.container {
width:100%;
}
}

Copy and paste this in Appearance -> Customize -> Additional CSS.

This CSS is for the full theme.

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to full width widgets

By posting, your reply becomes public (unless marked private).