Nishita background
-
Hi. How can I get my background image off when browsing mobile phone or tablet. Background image is good in computer screen but doesn’t fit in mobile screen, so I want to take it off from mobile screens. Or if you know how to fix it, I would be glad.
My site: laurikarjunen.com
The blog I need help with is: (visible only to logged in users)
-
Hi… Thanks for the help. I add that css but nothing happened.
Still same look than yesterday. -
Hi Lauri,
I see what you mean about the background. I was able to remove the background image, but the color was still off. The theme Nishita is not optimized for mobile devices, so what you can do is enable the mobile theme by going to Appearance > Mobile in your Dashboard. When you enable that the background will adopt a similar appearance to desktop displays without the alignment issues.
-
Hi. Thank you again.
I made few tests… Earlier when my site content areas (i dont know is it a right term) was without transparent settings, mobile view was great. Then I changed it for adding next;
#header {
background-color: transparent;
background: rgba(0,0,0,.8);
}.main-inner,.main, #comments {
background-color: transparent;
}.wf-active, .main, #sidebar {
background-color: transparent;
background: rgba(0,0,0,.8);
}After that mobile view was like it is now.
I took that css off and mobile view is ok again.
So I guess that I cant use transparent areas if I want site looking good in mobile too. Weird…
Sorry my bad english. -
-
-
- The topic ‘Nishita background’ is closed to new replies.