Issue with the AMP+MOBILE theme

Posted in: Newspaper
Post count: 45

I am using AMP+MOBILE template option and i need a fix for the following.

1) Need navigational arrow of sub categories in mobile menu. I found some CSS in this forum but that does not solve the problem
2. The mobile footer should only show the copyright notice . I dont want the logo/social media link and basic intro. Again i tried some CSS from this forum which did not work.

Post count: 35449

Hi,

1. Please add this custom css code in order to activate your dropdown menu arrows:
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

The code need to be set in Theme panel> Custom code> Custom css
2. Please provide me a link where I can inspect your mobile footer, in this way I will be able to provide you a custom css that will work.

Thank you!

Post count: 45

This code does not work for AMP+MOBILE option. Please double check. I followed the instruction that you said but it does not work.
The link that i am referring is https://riansclub.com
Please share the codes for footer as well.

Post count: 35449

Hi,

There is no need for any kind of css for your mobile menu. The menu that you have set do not have sub-menus on mobile theme -> https://www.screencast.com/t/M3wKAO8VoM3a ( notice that if you have a mega menu this will not be display in mobile theme as on desktop, the sub-menu of mega menu will not show ), also you can create a new menu for mobile theme and set in it the pages/post you want -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

For footer you can try this custom css -> https://www.screencast.com/t/s6PkHD5Qi
.td-mobile-footer-wrap{
display: none
}

The code need to be set in https://www.screencast.com/t/GlDtNriqXR

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.