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.

SiteOrigin button widget

9 years ago · Last reply by Andrew Misplon 9 years ago

Hi all,

I was wondering if anyone could help me out. My buttons on this page look great on a larger desktop/mobile, though on any laptops/tablets the formatting appears to be going whack.

(Scroll right down to careers) http://vbox.mypcorp.com/Apex/about/

Might have to use media query’s to eliminate icons at a certain width but i’m hoping you guys have an easier solution.

Thanks!!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 9 years, 8 months ago

    Hi Sam

    As you suspected, on smaller screens there isn’t enough width to display everything in one line.

    You could try something like this in a Custom CSS plugin like SiteOrigin CSS:

    /* About */
    @media (max-width: 1440px) {
    	.page-id-914 .ow-button-hover .sow-icon-elegantline[data-sow-icon]:before {
    		content: none;
    	}
    }

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