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].
I searched the threads previous to see if I could make sense of the issue.
When I view my theme on mobile devices the bottom background on my site origin widget is not responsive and is HUGE. Completely kills the readability of the page when you scroll down. I have thought about hiding these when it comes to Media Queries.
The theme is set up for Media Queries and the front page is Widgets that I have added the Site Origin Widgets inside.
Website http://carboncopystudios.com
Hi Eric
Thanks for your question.
The background image of the last row looks to be covering now. Have you perhaps made progress?
Yeah I found that exact image and figured it out a little. I am using…
@media screen and (max-width: 680px) {
#pg-w56fa9b4b831fa-0 {
display: none;
}
#panel-w56f458c30f03d-2-0-0 {
display: none;
}
}
That’ll work :) Glad to hear you’ve made progress.
Just have to keep Googling sometimes!
Don’t I know it!