athemes / Moesia

Moesia WordPress theme
http://athemes.com/theme/moesia
GNU General Public License v2.0
1 stars 1 forks source link

Widget .container class issue #29

Open romanbondar opened 5 years ago

romanbondar commented 5 years ago

https://forums.athemes.com/t/theme-broken-moesia-not-manageable/28913

In addition to the topic above, Page Builder doesn't add .container class to widgets.

Here is a workaround that works:

.siteorigin-panels-stretch.panel-row-style .container {
    width: auto !important;
    max-width: none !important;
    padding: 0;
}