Home>Support>Please help me with Site Origin “Button” CSS display on Mobile

Please help me with Site Origin “Button” CSS display on Mobile

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

Hello there!

I have been struggling a bit with mobile as of late. All is well, except for the “Site Origin Button” widgets.

In my header, I am using “Header Widgets”, and more importantly, the “Site Origin Button”.

As of now, it is taking up a full line when viewed on mobile, but what I would like is for my “LOG IN” AND “REGISTER” buttons to be on the SAME LINE so that we are not wasting valuable space please.

I’ve attached an image to make this 100% clear, and it shows what it looks like now at the top, and what I want it to look like on the bottom. Thank you!!

THE IMAGE

URL: https://www.soyeg.club

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

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

    Hi Jody

    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: 680px) {
    	body.responsive #masthead .hgroup #header-sidebar .widget {
    	    float: left;
    	    margin-right: 25px;
    	    margin-bottom: 5px;
    	    width: 42%;
    	}
    }
    
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