Mobile Menu dropdown arrows position

Posted in: Newspaper
Post count: 69

The Mobile menu drop down arrows are on the far extreme right.
How can I position these arrows to be just after the menu item instead on the other side of the screen?

I dont want to remove them from desktop, they are fine.
and I dont want to remove them from mobile, just position the arrows closer to the menu item.
so the user knows that its a drop down, because since the arrows are far on the right, they are obscured by the image.

We have an image on the menu to the right, and the menu itself loads to the left normally, but the arrow dropdowns are just too far to the right.

here is an illustrated example from your demo site.
https://www.screencast.com/t/q4nrwqBB

suggestions?

Post count: 35449

Hi,

If I understand correctly this is what you need -> https://www.screencast.com/t/fF5se875a
if is so then all you need to do is to set this custom code in Newspaper>Theme panel>Advance css > phones
.td-mobile-content .menu-item-has-children a {
width: 60%;
}

Also feel free to change the number percent after your needs!
-> https://www.screencast.com/t/iaw5kLJMSmsx
Also if you are using mobile theme please set the custom css in mobile theme.

Thank you.

Post count: 69

That did it!

Thanks for the help.

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