Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68291
    Phuong
    Member

    Hi,

    I have one row by three columns feature content. My responsive design is still enabled. However, on the mobile phone browser, the feature content does not scale and each column now becomes a row. Do you think we can fix it ? Thank you so much.

    #68317
    Sakin
    Keymaster

    @Phuong: That is called responsive design. Each items in featured content will show in a row. If you still want to make it 3 then add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 540px) {
    	#featured-post .post {
    		width: 30.66%;
    		margin-left: 4%;
    	}		
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘adjust width of feature content’ is closed to new replies.