Viewing 2 posts - 21 through 22 (of 22 total)
  • Author
    Posts
  • #129878
    PeteGWebmaster
    Participant

    I’m using this code

    
    #supplementary.two .widget-area {
        width: 50%;
    }

    but it’s also affecting the mobile version? Could I have this code rewritten so that it does not affect the mobile version please? This is for LosAngelesWebDesignSEO dot com

    Thanks

    #129888
    Mahesh
    Keymaster

    @petegwebmaster: Replace the above with the following CSS:

    @media screen and (min-width: 481px) {
        #supplementary.two .widget-area {
            width: 50%;
        }
    }

    Regards,
    Mahesh

Viewing 2 posts - 21 through 22 (of 22 total)
  • The topic ‘Building Real Estate Website’ is closed to new replies.