on my site http://balrajt9.sg-host.com/ I have created a custom header section on the top right below my social icons i have 2 links GET INVOLVED and CONTACT US, I would like to make these link align right with the social icons above instead of going far out on large monitors
dev site mockup – https://ibb.co/nbV91yS
here is my correct mockup – https://ibb.co/Xxs48V3
Hey navindesigns,
Since the widget is placed in an absolute position, it won’t stay within the normal container width. It might be better if you override /includes/helper-main-menu.php in a child theme. Copy the file in question from the parent, then add your own content at line 99:
<div class="container"><p>Your content goes here</p></div>
Best regards,
Rikard