Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS issues on small screen – android/iphone

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247909
    cyberworks
    Participant

    I have a website where the logo image looks great on a PC but not on phone screen. here is some of the code which I feel may be the issue. Your help is greatly appreciated!

    CSS –

    #home-slider .slider-text {
    position: fixed;
    left: 73%;
    top: 100%;
    margin: -150px 0 0 -585px;
    width: 1170px;
    height: 250px;
    text-align: left;
    z-index: 2;
    }

    HTML –

    <

    div>

    <div>
        <div><img src="_include/img/logo2.png" /></div>
    </div> 
    
    #247910
    Beverleyh
    Participant

    We can’t really tell what’s wrong with the snippet provided. Try recreating the issue in CodePen so that we can see what we’re dealing with, along with the problematic behaviour.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.