Edmund Cotta

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: issue on home page with slider overflow #2481
    Edmund Cotta
    Participant

    Ok i figure it out.

    here is my solutions

    @media screen and (max-width: 480px) {
    .header–topbar-logo {
    display:inline-block;
    max-width: 320px;
    margin: 0 auto;
    width: 90%; }
    }

    i did width @ 90% to allow for devices with a 320px screen width to work without distorting the logo ad having to set a 300px max-width

    hope this can help others.

    in reply to: issue on home page with slider overflow #2480
    Edmund Cotta
    Participant

    so after extensive testing it seems the logos are causing the issue here.

    I would like to know how to increase the header for screens less than 768px width. I believe that is what needs to be done at least for now.

    in reply to: issue on home page with slider overflow #2479
    Edmund Cotta
    Participant

    Ok so I have added the code. But for some reason the greens logo@2x.png seems to never clear from loading even after deleting the logo. I cleared the cache ok server just to be sure. Still nothing changes.

    I’m not sure why this logo wants to keep loading even though it does not exist on the server.

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