This topic has 3 replies, 3 voices, and was last updated 2 years, 9 months ago ago by John Holden
I WANT TO ADD MORE ELEMENTS TO THE MOBILE MENU BUT PLACING IT AT THE BOTTOM OF THE MOBILE MENU.
LIKE IN THE IMAGE
Hello,
Header builder > Mobile menu > Elements
If you want to get more options, submit a request here – https://www.8theme.com/taskboard/
Regards
Hello,
You can use this custom CSS code to move the social media to the bottom:
WP Dashboard > Appearance > Customize > Custom CSS:
.et_element.et_b_header-socials.et-socials.flex.flex-nowrap.align-items-center.justify-content-center.flex-row {
position: absolute;
bottom: 30px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
Please keep me posted.
Regards,
You must be logged in to reply to this topic.Log in/Sign up