Full Width on Mobile Site- Rethink V2

Discussion in 'ReThink WordPress Theme' started by onlyzaman, Jun 16, 2016.

?

Full Width on Mobile Site- Rethink V2

  1. Rethink V2

    0 vote(s)
    0.0%
  2. Rethink V2

    0 vote(s)
    0.0%
Multiple votes are allowed.
Thread Status:
Not open for further replies.
  1. onlyzaman

    onlyzaman New Member

    Joined:
    Jun 6, 2016
    Messages:
    13
    Likes Received:
    0
    When I see my website on desktop it looks good but when i see it from mobile, the content area becomes narrow because of the background image from both site. Can you give me the custom css to hide the background image and content area full width. Thanks in Advance
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. onlyzaman

    onlyzaman New Member

    Joined:
    Jun 6, 2016
    Messages:
    13
    Likes Received:
    0
    Thanks, Priya . I resolved the issue. I used this code to Custom css

    @media only screen and (max-width: 480px){
    .container_24 {
    width: 99%;
    }
    .header_info a img {
    width: 100%;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .container_24 .grid_24 {
    width: 100%;
    }
    .container_24 .grid_17 {
    width: 100%;
    }

    take care
     
  4. priya

    priya Guest

    Great..!!!

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith and onlyzaman like this.
Thread Status:
Not open for further replies.

Share This Page