There is some kind of padding being added to the
tag above the menu causing it to push out of the header container and I am unsure where to adjust or remove it - please see attached screenshot.
There is some kind of padding being added to the
tag above the menu causing it to push out of the header container and I am unsure where to adjust or remove it - please see attached screenshot.
Hi Kris,
It seems that you added the UberMenu shortcode inside the Text element. The text element uses the default wrapper of WordPress which adds a <p> tag and that tag has a margin by default in the theme.
To avoid having that you either need to use the Raw Content element instead of the Text element or wrap the UbderMenu shortcode inside a <div> tag in the Text element:
<div>[UberMenu Shortcode Goes Here]</div>
kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.