• Resolved Faivon

    (@faivon)


    Whenever I open my website in mobile, say Android or any mobile device, the content would be too small in the center and I can’t find the code to make it full width.

    Help please?

    The website is mistral.co.id

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WEN Themes

    (@wenthemes)

    In the /assets/css/responsive.css

    Rule 449

    Change:

    #primary {
    	    width: 100%;
    }

    to

    #primary {
    	    width: 100%;
    	    padding-left:15px!important;
    	    padding-right:15px!important;
    	}
    Thread Starter Faivon

    (@faivon)

    Thank you! My site looks better now.
    I’ll figure out the rest to make it more better ??

    Theme Author WEN Themes

    (@wenthemes)

    Thanks to @anna Webdesign for the solution. And apology for the blank post that was posted earlier. Anyways, if you’ve any further issues or confusion then kindly post here. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Margin problem in mobile’ is closed to new replies.