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].
HI Siteorigin Team,
I don’t know but when I look at my website on mobile devices it looks strange. The whole content is very much shifted to the right side, although I used a css code .
@media (min-width: 680px) { #primary.content-area { /* margin-left: 157px; margin-top: 20px; */ margin-left: 118px; margin-bottom: 10px; margin-top: 0px; } }
And the footer look much more worse… Could you please take a look? Please see url..
Thanks in advance.
Cheers
Hey Davor :)
This is the problem:
Are you able to add media queries to those?
Also, the query you posts in your question. The selector is commented out. That would break the rule. Perhaps check that out.
Hope this helps.