Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Creating customized cover photo… #526353

    This is what I used for quick CSS which works when the website was viewed full screen, but as the window shrunk it did not dymanically scal and so ultimately it didn’t work.

    #color-section-test{
    min-height: 50px;
    height: 50px;
    }

    in reply to: Creating customized cover photo… #526348

    Ok I did that, but when I try to make the color section smaller for the contact us area with the phone number, it stays too larger vertically and doesn’t naturally center the text vertically as well. I had to use a whitespace sperator to drop the text in it which will work.

    For the height of the color section I tried adding a quick CSS code to shrink the color section to 50px, but the problem is the site no longer scales well to smaller resolutions. What would be the best way to handle this?

Viewing 2 posts - 1 through 2 (of 2 total)