[Support request] horizontal rule on header

Home Forums Support [Support request] horizontal rule on header

Home Forums Support horizontal rule on header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1361281
    Robin

    Hello again. I am doing a website that is white on white, white header, white body, and I’d like to put a horizontal rule between header and body. Is that just putting in css for the header that specifies no border on all but bottom, which has 1 pixel solid border black?

    Thank you.

    #1361368
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you’ve already done it?

    #1361407
    Robin

    is that what you would have recommended? border-bottom applied to the inside-navigation class?

    also, I want to make full-width hairline rules of various colors in between containers that are not full width. Do you have advice for things I might miss as I lay out those 1-pixel lines?

    thank you very much!

    #1361433
    Leo
    Staff
    Customer Support

    I would go with this instead:

    .main-navigation {
        border-bottom: 1px solid #000;
    }

    also, I want to make full-width hairline rules of various colors in between containers that are not full width. Do you have advice for things I might miss as I lay out those 1-pixel lines?

    Can you open a new topic and guide us to the page in question?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.