I've tried unsuccessfully to sort out a few alignment issues in the mobile view... I'd like to center the logo and 'post listing button' as well as the listing previews as at the moment there is more space on the right than the left. Kind Regards Jamie http://www.stokebusinesslistings.com
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .header_wrapper .header .post_btn { margin-left: 36px; } .logo { margin-left: 24px; } .content_wrapper .featured_content .featured_post{ margin-left: 10px; } } Adjust its value as per your requirements.