Hi,
Can you help me with a problem with the position of the text on the header widget i created.
The problem is that i set the values for a screen size, and that is OK, but when i see it on other screen sizes the text moves.
There is a way to fix it next to the social icons.
I send you the link of the page and you can see that the phone number moves over or away when we resize the window
Thanks!
Kyle
Hey Kyle,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .widget {
right: auto!important;
left:50%;
transform: translate(-50%);
margin-left:300px;
}
Best regards,
Vinay
Thanks for the help Vinay