-
AuthorPosts
-
January 23, 2026 at 1:42 am #1494203
Hello, could you please help me with the CSS code. I’m not sure if I have it right to center the burger icon and the social media icons, from top to bottom, and keep them in the middle of the header. Right now, the icons are too high. Thanks!
https://jackdalten.armourcloud.io/
/* Mobile-only: make logo larger */
@media only screen and (max-width: 767px) {
#top .logo img {
max-height: 110px; /* adjust: 75–95px */
}
}@media only screen and (max-width: 767px) {
#top .av-burger-menu-main {
top: 50% !important;
transform: translateY(-50%) !important;
margin-top: 55px !important; /* small nudge only */
}
}/* Show & align social icons on mobile */
@media only screen and (max-width: 767px) {
#top .social_bookmarks {
display: flex !important;
align-items: center;
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
margin-top: 55px; /* match burger offset */
z-index: 100;
}#top .social_bookmarks li {
margin: 0 6px;
}
}January 23, 2026 at 6:41 am #1494208Hey bemodesign,
Thank you for the inquiry.
This css code should help — make sure to add it at the very bottom of the previous modifications.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .main_menu { display: flex; position: absolute; flex-direction: row-reverse; justify-items: center; align-items: center; } }Best regards,
IsmaelFebruary 26, 2026 at 3:20 am #1495505You are awesome. Sorry, one last CSS code.
1. For Mobile “SUB Menu” pages, how do I make the Font smaller and a different color?
2. And can the Main menu item(that has Sub menu items) have a “>”, to show that there is a sub menu when clicked?thanks!!
February 26, 2026 at 5:41 am #1495508Hi,
Thank you for the inquiry.
Try this css code to adjust the color and font size of the submenu items.
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li ul a { color: rgba(255,255,255) !important; font-size: 0.8rem; }The menu items with submenus should have angled brackets (>) by default.
Best regards,
IsmaelFebruary 26, 2026 at 5:53 pm #1495546It didn’t change. see screenshot
https://drive.google.com/file/d/1H1kdnKNoFw39AZ-QzQAi9SbHE6L76MNF/view?usp=sharingFebruary 27, 2026 at 6:11 am #1495553Hi,
Odd. This is not the menu style I saw yesterday. Please try to use this css code instead:
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text { color: #ffffff; font-size: 0.8em; }To add a submenu indicator, try to add this css code:
.av-width-submenu > a::after { content: "›"; display: inline-block; margin-left: 6px; transform: rotate(90deg); font-size: 0.9em; } .av-width-submenu.av-show-submenu > a::after { content: ""; }Best regards,
IsmaelFebruary 28, 2026 at 12:05 am #1495584Thanks!! And one last thing, the Sub Menu Items are really spread far apart. Is there a way to reduce the space in between?
February 28, 2026 at 4:38 pm #1495606February 28, 2026 at 9:10 pm #1495625thanks!!!
February 28, 2026 at 9:56 pm #1495627Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Burger and Social Media icons position on Mobile view’ is closed to new replies.


