Hamburger Icon on mobile device

Posted in: Newspaper
Post count: 2

Hello,

I need some help

I want to display the Hamburger Icon for menu on the right and search icon on the left when viewed on a mobile device.

Thanks

Post count: 20688

Hi,

A code like this should do that when not using the mobile theme plugin
https://www.screencast.com/t/Bfj98RF8

#td-header-menu #td-top-mobile-toggle {
position: absolute;
right: 0;
}
.td-header-main-menu .header-search-wrap {
right: auto;
}

be sure to enter this in the Advanced CSS phones section.

Or like this when using the mobile theme – https://www.screencast.com/t/jRGckQ2wKugx

#td-header-menu #td-top-mobile-toggle {
position: absolute;
right: 0;
}
.td-header-wrap .td-search-icon {
right: auto;
}

Thanks

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