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.

Button Widget Not Working in Mobile View

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

I have a button on my site that is a link to another page. It works fine on a desktop, but loses functionality when in mobile view. It is the APPLY button on this page. I’ve noticed the problem only happens when in a one column layout…

After some experimenting, I found what’s causing the problem:

The APPLY button is in the same SiteBuilder row as the text above the button. If I move the button to a separate row, the button works in both desktop and mobile layouts. But if I do that, than the layout styling is not what I want it to be…

SCREENSHOT HERE.

Thanks for your help!

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi Yuriy

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Yuriy Kravets 9 years, 5 months ago

    Yes, I had some text hyperlinked in my original post, but here it is again: http://www.choirandorch.com/

  3. Andrew Misplon Staff 9 years, 5 months ago

    Sorry for missing that.

    The problem is that the container below “Apply” is overlapping the button in mobile.

    Try the following:

    @media (min-width: 680px) {
    	.entry-content div.panel-grid:first-child {
    		margin-top: 0;
    	}
    }

    If you don’t have a Custom CSS plugin installed, install SiteOrigin CSS and go to Appearance > Custom CSS to insert the above.

  4. Yuriy Kravets 9 years, 5 months ago

    It worked (although I did a min-width of 780 px as that's the breakpoint after which it wasn't working…).

    You're fantastic, man!

  5. Andrew Misplon Staff 9 years, 5 months ago

    Awesome :) Glad that helped. All the best.

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