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

    Hello. Please see image for issue and desirables.

    Thank you,
    Ryan

    #709272

    Hey Ryan!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) {
    #header {
        border-bottom: 1px solid #c0c0c0;
    }}
    #header_main_alternate {
        display: none;
    }

    Best regards,
    Yigit

    #709289

    Thank you for pointing me in the right direction. The following code ultimately worked.

    @media only screen and (max-width: 1024px) {
    #header {
    border-bottom: 1px solid #c0c0c0;
    }}

    @media only screen and (max-width: 1024px) {
    #header_main_alternate {
    display: none;
    }

    #709290

    Hey!

    You are welcome Ryan! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Grid Row Top Border – Mobile’ is closed to new replies.