Hi,
I was wondering if it is possible to get a small fixed colored bar on the left side of the whole site (app. 10px wide)?
I tried to play with the site dimensions(container size) but then I get a small gap on left en right side.
See mockup URL for a mockup.
Maybe you can help me out?
THX Freek
Hey Freek,
Could you please give us a link to your website, we need more context to be able to help you.
Can you show us what you’ve got so far?
Best regards,
Victoria
I use the following code now:
#redborder {
border-left: 15px solid #c53734!important;
}
This works if I add the red border ID to the color element. Maybe you know how to add this border to all elements/pages.
THX Freek
Hi Freek,
Can you try to use this css code:
#top #main > div {
border-left: 15px solid #c53734!important;
}
Hope it helps.
Best regards,
Nikko
That did the trick. Case closed. THX Freek
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon