Home>Support>mobile version CSS can’t work, can anyone give a help ?

mobile version CSS can’t work, can anyone give a help ?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

i tweaked a siteorigin short code’s CSS style, there are 6 thumbs grids, 3 grids in 1 row, web version performs good, but mobile version can’t work, i only modified each grid’s width :
(web)
width: 32.98%!important;
display: flex;
to
(mobile)
width: 100%!important;
display: block;

but result still kept 3 grids in 1 row, each grid can’t perform in one row,

what’s wrong in my tweak ?

無線充電

web version :
.home .so-widget-sow-features .sow-features-list .sow-features-feature {
position: relative;
float: left;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px;
display: flex;
margin: 2px;
height: 165px;
width: 32.98%!important;
background: #ececec;
}

mobile version :

@media screen and (max-width: 768px) {
.home .so-widget-sow-features .sow-features-list .sow-features-feature {
position: relative;
float: left;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px;
display: block;
margin: 2px;
height: 165px;
width: 100%!important;
background: #ececec;
}
}

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 5 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi 孟懷恕

    Thanks for posting your question.

    I’d like to help you with this issue. Unfortunately, this is beyond the scope of the support we’re able to offer on our free forums.

    We do offer this level of support to our premium users, so if you’d like to upgrade to SiteOrigin Premium, then I can help you over email support.

    If you’d prefer not to upgrade to SiteOrigin Premium, then you can hire a WordPress developer from Codeable. They’ll charge you an hourly rate for any work done.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More