cancel
Showing results for 
Search instead for 
Did you mean: 

Default mobile theme display issue

Default mobile theme display issue

When I view my store in a mobile browser, for some reason it puts some page numbering text that should be lower on the page from a content block up at the head of the page behind my logo and the menu tab.  See photo for what I'm talking about. 

 

This is in Mage 2.1.8, default theme, no front end plugins at all.   Can someone walk me through how to get this text to be displayed where it's supposed to be?

 

Site is www.lasar15.com to see for yourself.

 

Thanks!

 

Screenshot_20170905-102444.png

1 REPLY 1

Re: Default mobile theme display issue

This seems like a Magento theme bug where it didn't expec there to be a toolbar shown on a CMS page. 

 

The code causing the issue can be seen here attached. 

 

This can be found in Magento's source: https://github.com/magento/magento2/blob/e47ac7d4808992ff6e93a2c3b7e71053faf9de16/app/design/fronten...

 

It looks like a similar problem had previously been found, reported to GitHub and fixed: https://github.com/magento/magento2/issues/7437. 

 

I would recommend submitting a similar bug report on GitHub to the Magento team. 

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!