Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1168470

    Hi all,

    I am trying to het my color sections on full width on mobile..

    – I have set container layout at 100% in lay out theme
    – Gave the color section an ID : portfolio
    – Put in css code advised on this forum :

    @media only screen and (max-width: 990px) {
    #portfolio .container { width: 100%; }}

    Nothing happens after following above steps.

    https://ibb.co/c3gQnSF
    https://ibb.co/YhcVS7R
    https://ibb.co/q0kyCqQ

    Am I missing something.

    Thanks so much for your help

    Regards
    Mike

    #1168529

    Hey pipinvest01,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1168807

    Hi Victoria,

    I am so sorry for the late reply.

    The page is http://marketchecker.info/

    thanks in advance

    Mike

    #1168818

    Hi,

    I changed the code to following one

    @media only screen and (max-width: 990px){
    #portfolio .container {
        width: 100%!important;
        max-width: 100%!important;
    }
    #portfolio .content { 
        padding: 0; 
    }}

    Please review your website :)

    Regards,
    Yigit

    #1168902

    Thats great, all good now.

    Many thanks and happy hollidays !

    #1168908

    Hi,

    You are welcome, glad we could help!

    Thanks and happy holidays to you too :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Full width color section not working mobile’ is closed to new replies.