please i want to add social icons to my top bar, in desktop then add the socail icons inside bar ONLY IN MOBILE. Top header in mobile should be free.
you can see example from this https://garagerenewoftallahassee.com
Hey vonipeter,
What bar are you referring to when you talk about mobile? The burger overlay?
Please have a look at the following thread
https://kriesi.at/support/topic/social-icons-in-mobile-menu-3/
Best regards,
Victoria
want to display it under menu item in mobile. what slides from the right
didnt work out for me
Hi vonipeter,
Did you get any errors? Or just nothing changed?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
check the link below to fully understand what i am unable to do on my website
https://prnt.sc/povgtw
Hi vonipeter,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks {
display: block;
width: 20vw;
float: right;
margin-top: 10px;
}
.responsive .phone-info {
width: 50vw;
margin-top: -20px;
float: left;
}
}
If you need further assistance please let us know.
Best regards,
Victoria