Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #994866

    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

    #994891

    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

    #994905

    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

    #994983

    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

    #995018

    That did the trick. Case closed. THX Freek

    #995019

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Small colored bar on left side of site’ is closed to new replies.