This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Daniel Staff 11 years, 1 month ago

    Hi there,

    First of all I apologize for the delayed response.

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media (max-width:480px){ 
    .circle-icon {
        width:40px!important;
        height:40px!important;
    }
    }

    You can change the size in pixels (40px) to desired figure

    Try that out and let me know the outcome.

  2. zeroelement 11 years, 1 month ago

    will this make them small only on mobile? I don’t really want to change how it looks on the computer just on mobile devices

  3. Daniel Staff 11 years, 1 month ago

    Hi Zeroelement

    The @media (max-width:480px) defines which screen sizes will be affected :-)

    Kindly, let me know if you encounter any difficulties while implementing this.

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.

Have a different question or issue?

Start New Thread