Community Forums › Forums › Archived Forums › Design Tips and Tricks › Adorable – CSS Help
- This topic has 8 replies, 3 voices, and was last updated 11 years, 10 months ago by
Susan.
-
AuthorPosts
-
June 7, 2013 at 8:08 pm #44685
angieatc
MemberI do not want to use the background which comes with Adorable. I need to use a custom background that fills the whole screen unlike the background that comes with Adorable.
I found this post here and tried the code Lindsey recommended. It did not work at all. I need the posting area to be white and for it to go all the way down to the footer.I always thought if you gave the #inner a background color then it would appear. What
Speaking of the footer, the white background does not work there either. There is a gap from the bottom of the screen to the text so the footer text is not even on the white background.
Can someone please help me here?
My design site, Hill Springs Designs
June 7, 2013 at 8:27 pm #44690ModernMuse
MemberHi,
Looks like you figured out the custom background after all. 🙂
As for the footer gap, remove the padding (change it to 0). This can be found in the style sheet on line 1437.
June 7, 2013 at 8:29 pm #44691angieatc
MemberNo I did not figure out anything. It is not the background the issue, it is the posting area I can't get to be white.
My design site, Hill Springs Designs
June 7, 2013 at 8:37 pm #44693ModernMuse
MemberOh, I'm so sorry. I see the issue now. Lol It's kinda been a long day. 😉
Modify your style sheet, starting with line 543 to this...
.content-sidebar #content, .sidebar-content #content { width: 700px; background: white; padding: 20px; }
June 7, 2013 at 8:41 pm #44694ModernMuse
MemberNow the footer seems a bit pressed against the post content. You can fix this by adding a top margin, or try adding back the padding.
June 7, 2013 at 8:44 pm #44695angieatc
MemberAnd...once I remove the padding for the footer and the background shows up. This really does not make sense to me.
And the CSS you gave me does not fix the problem either because it only does the content area. I need the whole area (posting/sidebar). Like I said previously, it should be the #inner but it does not work.
And I did add the padding back into the footer and it did the same thing! I am beyond frustrated at the moment with this theme.
I appreciate your help!
My design site, Hill Springs Designs
June 7, 2013 at 9:21 pm #44703ModernMuse
MemberI understand your frustration. Just trying to help. 🙂
The theme designer should have her own support system in place for you to open a support ticket. She's really the best qualified to help you resolve this issue.
June 7, 2013 at 9:31 pm #44704ModernMuse
MemberTry this for line 522...
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap { width: 100%; background: white; }
*whispers a little prayer* 😉
June 13, 2013 at 5:48 am #45643Susan
ModeratorJust an update on this thread... Angie reached out to the Pretty Darn Cute support desk, and was provided with a new stylesheet which was able to be customized without too much trouble to have the background she was desiring. I will close this as resolved.
-
AuthorPosts
- The topic ‘Adorable – CSS Help’ is closed to new replies.