Having issues with my website's navbar display on PC and mobile
Having issues with my website's navbar display on PC and mobile I have limited coding skills, and built a portfolio website for myself utilizing WordPress, a pre-built theme called Ocean WP, and the Elementor plugin. The problem that I was facing earlier was that my nav menu had an arrow to indicate a drop down menu on one of my pages. I really didn't like how this looked, so I reached out to Wordpress Support for help, and was given this CSS code to input: /* eliminate dropdown arrow */ .elementor-navigation .menu-item-has-children > a:after { display:none; } While the code has worked to remove the arrow, it's left my nav menu with an uneven space. Additionally, I'm not sure how to make this code work on tablet/ mobile devices because the arrow still shows up. Please provide a Minimal, Complete, and Verifiable example. Please look at guide how do I ask a good question? – Andrzej Ziółek Jul 1 at 20:01...