How to Responsitve theme of my website

Home Forums Iconic One Pro Support How to Responsitve theme of my website

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 5 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5251

    Bkskills7
    Participant

    my website is http://www.topmarketplace.cf
    but not accurate open the android devices and other
    only see the complete theme in desktop computer

    #5252

    Hi,

    All the changes you have made regarding width, you have to also add them under the media queries and change the container width to 100% or as per the requirement.

    For eg. Try this in custom css

    
    @media screen and (max-width: 768px) {
    .site-content {
     width: 100%;
     }
     .widget-area {
     width: 100%;
     }
    }

    Please note that free support only covers setting up as the demo.

    Support on modified sites can also be provided but it will be charged small amount extra to cover support time, to request custom modification support email [email protected] with all required changes to get quote.

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

The topic ‘How to Responsitve theme of my website’ is closed to new replies.