JMickeyD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Install from subdomainThanks very much for your reply. This is a little over my head. Can you clarify what you mean by:
With ‘ RewriteBase /wp/ ‘ and the lower line showing the same being the keys, this might fix both issues:
@ http://joycastro.com/wp/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
# END WordPressForum: Themes and Templates
In reply to: Content width on devicesThanks for your follow up. I made the changes you suggested above, but now everything has been condensed into a column about a third of the screen size on the iPhone–before it was just the content, but now the header is also being crunched down.
And again, changing the .site-content max-width parameters from 60% to 100% doesn’t seem to affect the display on the iPhone at all.
Thanks for the help,
JForum: Themes and Templates
In reply to: Content width on devicesThanks for your help MrYawn. I initially thought that the max-width setting on the site content was the problem. But changing that to 100% didn’t fix the issue.
Adding the @media query code didn’t resolve the problem either.
Any thoughts? Thanks again.