Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1397915

    Hi people,

    how can I reduce the white space on the mobile version homepage?

    #1398015

    Hey Emanon,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the section where you’d like to reduce the whitespace? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    #1398279
    #1398286

    Hi,

    Thank you for the screenshot.

    To remove the space below the read more button, please add this css code.

    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }
    
    

    Best regards,
    Ismael

    #1398319

    Thank you. Thread can be closed.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce whitespace in mobile version’ is closed to new replies.