How Resize Icon Mobile Menu

Posted in: Newsmag
Post count: 47

How Resize Icon Mobile Menu?? CSS code??
.
.
.
https://ibb.co/n7tgsa
.
.
.
Thanks 🙂

Post count: 23312

Hello newbietamvan,

If you want to resize these icons on mobile, you should use a bit of CSS code to do this. Try the code below and place it in theme panel -> Custom CSS Area and check the results. Should work.

@media (max-width: 767px){
.header-search-wrap .td-icon-search {
font-size: 21px;
}
#td-top-mobile-toggle i {
font-size: 20px;
}

Thanks for the message!

Post count: 47

Hello,
I have tried it, but the search button with mobile toogle is not mutually aligned ….
.
.
.
How to make both buttons align, sir?
.
.
.
Link: https://droidz.id/
.
.
.
https://ibb.co/kHefkv
.
.
.
Thanks 🙂

Post count: 23312

Hello newbietamvan,

You can adjust your search icon if you are using the line-height. Try the code below and place it in Theme panel ->Custom CSS area.

The code is ->

.td-icon-search{
line-height:38px;
}

Thanks for the message!

Post count: 47

Hello,
Now its icon is parallel, thanks for the code. But there is a problem about icon width search which is not same with toggle icon, how to fix sir?
.
.
.
Link: https://droidz.id/
.
.
.
http://ibb.co/dyngsa
.
.
.
Thanks 🙂

Post count: 23312

Hello,

The default width for toggle menu button is 29px. Use the code below.

.header-search-wrap .td-icon-search {
width:29px!important;
}

Thanks for the message!

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