Thatcher Thorne Theme by Dinosaurstew.com issues with mobile devices and background images
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi 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!
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.