How to reduce background size mobile menu icon and search icon ?

Posted in: Newspaper
Post count: 312

Hi

I would like to know

How to reduce background size mobile menu icon and search icon ? I would like a background as small as share buttons.

https://lowtechnation.com/test-16-personnalites/?amp

Thank you

Kind regards

Post count: 35449

Hi,

I think that you can achieve this with a custom css like this one -> https://i.imgur.com/YsgY0Of.png
#td-header-menu #td-top-mobile-toggle .td-icon-mobile, #td-header-menu .td-search-icon{
margin-top: 10px;
height: 40px;
width: 40px;
line-height: 45px;
}
#td-header-menu .td-search-icon .td-icon-search{
line-height: 45px;
margin-left:-10px;
}

Set the code in theme panel> mobile theme> custom code> css.

Thank you!

Post count: 312

thank you 🙂

Post count: 312

.td-main-menu-logo img {
margin-bottom: -5px;
}

this code works on amp version but not on mobile version can you help me ?

I would like to apply this code on mobile version, mobile logo in sticky header

  • This reply was modified 5 years by gumball44.
Post count: 35449

Hi, I just checked your website and it’s look that you manage to set the code for mobile version too.
If there are still some problems, let me know!
Have a nice day!

Post count: 312

If you compare amp version et mobile version you will see the logo on mobile version is not aligned to menu icon and search icon.

Could you solve this issue please ?

Thank you 🙂

  • This reply was modified 5 years by gumball44.
Post count: 18283

Hello !

Please make sure that you have cleared your cache in autoptimize plugin too. If that still does not work please try this css: .td-main-menu-logo img {
margin-bottom: -10px;
}

The code must be inserted in here: theme panel> mobile theme> custom code> CSS

But the clear cache option should fix this.

Let us know the result !

Thank you !

Post count: 312

It’s applying but make the mobile logo version go down 5px further.. That’s my problem..There is 5px difference between amp and mobile version.. why ?

Post count: 18283

Hello !

It doesn’t look like it is applying properly since you are still running -5px. Please make sure that you have cleared your cache. Also please make sure that the code is inserted correctly.

Thank you !

Post count: 312

On my a3 2017 samsung, the mobile logo on version mobile isn’t centered as on amp version.. =/

Try with your phone please..

https://lowtechnation.com

https://lowtechnation.com/?amp

  • This reply was modified 5 years by gumball44.
Post count: 18283

Hello !

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you !

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