Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #720097

    Hi,

    Here is a link to my site: http://www.tinahealthcoach.com

    The client would like a narrow strip of navy blue to appear above the title container, and for the life of me I can’t figure out how to add that. Any help? Thanks.

    #720125

    I solved this by creating a 15px bottom border for the header container with this;
    #header_main .container {
    border-bottom: 15px solid #12274C;
    }
    then had to remove the border with this
    #header .container_wrap {
    border: none;
    }

    #720179

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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