wazzupdude
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Content pushed to the left on mobile versionAs mentioned by Tahoe Rock above, I think having left padding 0, actually increases your viewable area of the site on mobile devices (specially on iPhone 4 device I saw a huge improvement ) The following is what I have on my style.css of child theme.
body .site { padding: 0; margin-top: 0; margin-bottom: 0; box-shadow: none; }Blacklionwebsites, In above code, If you change the padding, does it still move to left ?
Forum: Themes and Templates
In reply to: [Twenty Eleven] Twenty Eleven theme not mobile friendly!I’m so sorry. i will. thank u so much.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Using a Menu in the FooterGoto settings : Appearance : Menus and we note, location of menu and name of the menu, add this code in footer by changing parameters.
<?php wp_nav_menu(array('theme_location' => 'myFooterMenu' )); ?>Forum: Themes and Templates
In reply to: [Twenty Twelve] using twenty twelve now.You could use simple-image-sizes plugin for image sizes.
I don’t know if it’s a good practice to resize images of all aspect ratios into one ratio (it may not look good, I could be wrong).
Forum: Themes and Templates
In reply to: [Twenty Twelve] Content pushed to the left on mobile versionI noticed in firebug that styles and twenty-twelve-styles plugins were creating few issues. Have you looked at them ?
Forum: Themes and Templates
In reply to: [Twenty Eleven] Twenty Eleven theme not mobile friendly!When viewing twenty twelve on desktop it centers, when viewed on mobile or tablet, let it goto left. I played with the margin but no luck.
.site { margin : 0 auto; }Is this possible ? I see white space both on left and right of twenty twelve when viewed on iPhone. Please help.