Home>Support>Shrink circle icons for mobile website

Shrink circle icons for mobile website

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].

Is there any way to make the circle icons shrink down for the mobile website so they stay horizontal rather than align vertically.

Here is my website: http://www.technowolf.com/

In my footer I have for circle icons and I would like them to shrink down and stay aligned horizontally when on the mobile website.

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

  1. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    HI Trevor

    The current setup is pretty safe in that it works in a predictable manner. You can try the following under Appearance > Custom CSS:

    /* Footer Widgets Circle Icon Mobile */
    
    @media screen and (max-width: 680px) {
    body.responsive #footer-widgets .widget {
    float: left !important;
    width: 25%;
    }
    }

    We can assist with the odd, quick, CSS snippet but if you need elements tweaked further than that we suggest getting the help of a developer.

  2. 11 years, 2 months ago Trevor Wolfe

    Okay that worked well, but now the text under the circle icons is aligned vertically. Is there any way to just hide the text for mobile?

  3. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Something like this:

    /* Footer Widgets Circle Icon Mobile */
     
    @media screen and (max-width: 680px) {
    body.responsive #footer-widgets .widget {
    float: left !important;
    width: 25%;
    }
    .widget_circleicon-widget .circle-icon-box h4 { display: none !important; }
    }

    Our CSS tutorial is here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/.

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