• Resolved singh2011

    (@singh2011)


    Hi There,

    There is excessive margin on both sides on mobile display.
    Is there any way to remove or minimize this margin.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi singh2011,
    in the last theme update (version 1.2.4) we have reduced the padding content on mobile display.
    I think now will be better ??

    Have a good day,
    CrestaProject

    Thread Starter singh2011

    (@singh2011)

    Thanks a lot for quick response.
    I am already on v1.2.4 but still there is same space on both sides of the content.

    Could you please let me know if there are any settings I can edit to either eliminate the excessive space or minimize it….

    Theme Author CrestaProject

    (@crestaproject)

    Hi singh2011,
    on the version 1.2.4 the padding is less than before on mobile.
    You can try with this custom CSS code:

    
    @media all and (max-width: 559px) {
    	#page {
    		max-width: 100%;
    	}
    }
    

    Best,
    CrestaProject

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width on mobile devices’ is closed to new replies.