I have a few issues with the theme. 1. RESPONSIVE FAIL: the post on the front page is off to the right, when on a smartphone (iphone5) 2. PAGES: Account page, doesnt have a template??? how can i setup a account page if there is no template? 3. WIDGETS ON POSTS: As it says. i can't remove them, only on pages.
Hello, 1. We are working on it. 2. You have to make template/page for account button. 3. To remove widgets from blog post just delete following line from single.php file. Code: <div class="grid_7 omega"> <?php get_sidebar(); ?> </div> That will resolve your issue. Thanks & Regards Yogesh Bhade
That line of code does not make it full width. How do i make the template? whats the purpose of a account page if the cannot see their account status, upgrade their account, ect.ect.?
Hello, To make blog post full width write <div class="grid_24"> in place of <div class="grid_17 alpha"> in single.php file. In our theme we didn't make any account button, so we didn't make any account template. In your website you made account button so you have to make account page yourself. Thanks & Regards Yogesh Bhade