I still have the issue as well. On mobile it will only show one column, and not full width. Even on a tablet, it shows 3 columns, but very small and not full with. Any help is appreciated. thanks.
Thread Starter
Kevin
(@kcmquickreport)
It is apparently a login update with WordPress. An “improved” control mechanism during the login process to check if a browser can store cookies. This cookie, however, is only set in the wp-login.php file and in many login scenarios, the cookie is set too late to be of any real use.
Luckily for me, my membership plugin provided an update to work around the issue. As for solving directly, I unfortunately can’t provide much assistance but hope this information helps!
Thread Starter
Kevin
(@kcmquickreport)
Solution for those still looking…
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?oldsite\.com$ [NC]
RewriteRule ^(.+)$ http://www.newsite.com/$1 [R=301,QSA,L]
Redirect 301 /index.php http://www.newsite.com/blog