Tagged: x
-
AuthorPosts
-
July 11, 2016 at 6:08 pm #1082239
createmotiveParticipantHi,
The background color of my site is gray. So, short pages have a gray bottom (image attached).
This code (not applied in current build):
html {
background: #ffffff;
}Works and sets it to white but causes my mobile only background image to disappear. The code for that piece as it exists now (applied now in current build) is here:
@media (max-width: 480px) {
.backstretch {display: none;}body {
background-image: url(‘http://cr-nativenations.com/wp-content/uploads/2016/07/back-2.png’);
background-size: cover;
background-repeat: no-repeat;
}
}The URL for the site is cr-nativenations.com
Thanks in advance for your help, you guys are awesome
Daniel
July 11, 2016 at 11:17 pm #1082590
createmotiveParticipantIn case it wasnt clear from my post:
The site displays as gray after the footer space. This makes short pages look a bit weird. I want to get rid of that and have it set white.
The way I found was the code I show above – which creates a conflict with the other code I show above.
I don’t think I need this setup one way or another – I just need the base white and the mobile background image to show.
Hope that makes sense.
July 12, 2016 at 1:48 am #1082697
RupokMemberHi there,
Thanks for writing in! It’s because you have set the body background to gray (#f3f3f3). Let’s change this from Customize > Layout and Design > Background Options > Background Color.
Hope this helps.
Cheers!
July 12, 2016 at 9:23 am #1083160
createmotiveParticipant🙂
Awesome
July 12, 2016 at 11:49 am #1083387
JadeModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1082239 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
