Supreme blog mobile responsiveness

This topic contains 2 replies, has 3 voices, and was last updated by  Giri 8 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #168740

    Y A
    Expired Member
    Post count: 156

    Hello,

    The blog page in the Supreme theme is not mobile responsive:

    http://wpgeo.directory/supreme-directory/travelling-tips/

    I know this can easily be fixed with css but I just wanted to point it out in case it was not intended.

    #168918

    Paolo
    Site Admin
    Post count: 31206

    Thanks for reporting this, I must have missed it. We’ll fix it for the final release.

    Thanks

    #169233

    Giri
    Expired Member
    Post count: 3155

    Hi there, I have fixed this issue. It will be available in next version. Please use this code in the meantime.

    Geodirectory -> Design -> Scripts -> Custom style css code

    
    
    @media (max-width: 992px) {
    	.sd.blog .content-box.content-single article.hentry, .sd.category .content-box.content-archive article.hentry {
    	    float: left;
    	    margin: 0 3% 50px 3%;
    	    width: 44%;
        }	
    }
    @media (max-width: 668px) {
    	.sd.blog .content-box.content-single article.hentry, .sd.category .content-box.content-archive article.hentry {
    	    float: none;
    	    margin: 0 5% 50px 5%;
    	    width: 90%;
        }	
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket