Hello, I'd like to change the way the Home Blog Post are being displayed on the homepage of the Road Fighter theme. Default the blogs are shown side by side. I'd prefer to display them vertically, that is beneath each other. If so, how can this be realized? Thanks in advance, Willem
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featurebox .blog_item{ display:block; } .featurebox .blog_item{ width:auto; } .featurebox .blog_item .thumbnail{ width:201px!important; } This will solve your issue.