Hi There,
I was wondering how I can align the text in my social header vertically in the center. See screendump2.
And a little question if it is possible to overlap the logo a bit over the social header. See screendump1.
Any tips are helpfull…
Thanks in advance!
Best regards, Annelies
Hey Annelies,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.phone-info .avia-button-wrap {
top: -10px;
position: relative;
}
.phone-info {
position: relative;
top: 10px;
}
.logo {
top: 30px;
}
Best regards,
Yigit
Hi,
Thanks, that worked for me. Only the .logo was not necessary.
Best regards, Annelies
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thanks Rikard,
You can close this one…
Best regards, Annelies