Home>Support>two errors in siteorigin css

two errors in siteorigin css

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 have two mistakes in my custom css but they work :-)
I know it is not a theme question but don’t know who to ask…

#footer-widgets .widget {
text-align: bottom; expected (left-right-center but found bottom)</li)
}
.sow-image-grid-wrapper img:hover{
opacity:0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */ (expected funtion filter list but found Alpha opacity)
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

Greetings Ton Hermans

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

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi Ton,

    Regarding the first error, bottom isn’t a valid text-align value. As a result, that CSS will be ignored by the browser due to being invalid. Please give this MDN a read for more information.

    Regarding the second error, it’s safe to ignore this one.

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