kbarg Member Jul 31, 2013 #1 I want to make this sidebar, background image start at the top of each sidebar section and fill in fully from left to right. What would I need to do?
I want to make this sidebar, background image start at the top of each sidebar section and fill in fully from left to right. What would I need to do?
EQnoble Well-known member Jul 31, 2013 #2 Add this to EXTRA.css Change the background-color line to background-image and replace with your image and tweak as needed Code: .sidebar .section .secondaryContent { padding: 0; } .sidebar .section .secondaryContent h3 { background-color: #E0E0E0; padding: 5px; } .sidebar .section .secondaryContent div { padding: 5px 10px; } Last edited: Jul 31, 2013 Upvote 0 Downvote
Add this to EXTRA.css Change the background-color line to background-image and replace with your image and tweak as needed Code: .sidebar .section .secondaryContent { padding: 0; } .sidebar .section .secondaryContent h3 { background-color: #E0E0E0; padding: 5px; } .sidebar .section .secondaryContent div { padding: 5px 10px; }
kbarg Member Jul 31, 2013 #3 That seemed to do the trick nicely, but...then it distorted some of the internal layouts... and Upvote 0 Downvote
EQnoble Well-known member Jul 31, 2013 #4 Well I did mine based on the default theme...without a link to your forum I can't help you more than that with just a cropped picture for an example. Upvote 0 Downvote
Well I did mine based on the default theme...without a link to your forum I can't help you more than that with just a cropped picture for an example.
kbarg Member Jul 31, 2013 #5 I got it now. I appreciate you for setting me on the right path. Upvote 0 Downvote