domski2bc Member Mar 5, 2015 #1 I have added this to my extra.css. .userBanner.Banner1 { color: blue; background-color: AliceBlue ; border-color: blue; } I want the banner to wrap around the block with blue on either side up top. Any ideas how to fix this? thanks
I have added this to my extra.css. .userBanner.Banner1 { color: blue; background-color: AliceBlue ; border-color: blue; } I want the banner to wrap around the block with blue on either side up top. Any ideas how to fix this? thanks
P Paul B XenForo moderator Staff member Mar 5, 2015 #2 The wrapping should automatically apply and inherit from the userBanner class. Have you modified that CSS? Upvote 0 Downvote
The wrapping should automatically apply and inherit from the userBanner class. Have you modified that CSS?
domski2bc Member Mar 6, 2015 #3 i dont believe so. I copied the exact CSS you use for your staff banners on this site and I still get the same thing. .userBanner.Founder { color: #176093; background-color: #d7edfc; border-color: #a5cae4; } Any ideas? Upvote 0 Downvote
i dont believe so. I copied the exact CSS you use for your staff banners on this site and I still get the same thing. .userBanner.Founder { color: #176093; background-color: #d7edfc; border-color: #a5cae4; } Any ideas?
P Paul B XenForo moderator Staff member Mar 6, 2015 #4 It must be something to do with your custom style then. Upvote 0 Downvote
domski2bc Member Mar 7, 2015 #5 okay. anyway to have the banner stop right at the edge, instead of wrapping around? Upvote 0 Downvote