next and back Icon in the megamenu

Posted in: Newspaper
Post count: 10

I was wondering if we could adjust the next and previous icon in the mega menu in the menu.

Post count: 22421

Hello saustav,

I guess by ‘adjust’ you mean change it’s position. You need to target these classes: .td-mega-menu .td_block_mega_menu .td-next-prev-wrap and style them to your preference.
Just assuming you would want it centered, use this code:

.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
display: table;
margin-left: auto!important;
margin-right: auto!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.