I have the social icons into the main header. But in responsive mode (tablets and cellphones) dont show
can you help me?
Hey carmycurly,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block !important;
}}
Best regards,
Yigit
Hi Yigit!.. dont work
Look at
Hi,
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
They show up fine on my end :)
Best regards,
look now, but its over the logo
its possible to put social icons center ABOVE the logo?
Hi,
The website don’t look like you have described and there is not enough space above the logo. In tablets or mobile device if you have to do this the header will take more real estate. If possible Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Vinay
Look at this is where i want to show the social icons
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
position: absolute;
top: -30px;
left: 50%;
transform: translate(-50%);
min-width: 300px;
}
.responsive #top #wrap_all #header {
min-height: 135px;
padding-top: 30px;
}}
Best regards,
Vinay
In this site:
how to show the social icons ? in the same way