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.

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

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread