Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter JMickeyD

    (@jmickeyd)

    Thanks 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:

    @ https://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 WordPress

    Thread Starter JMickeyD

    (@jmickeyd)

    Thanks 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,
    J

    Thread Starter JMickeyD

    (@jmickeyd)

    Thanks 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.

Viewing 3 replies - 1 through 3 (of 3 total)