Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #676411

    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

    #678023

    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

    #690208

    Thanks for the help Vinay

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header widget position’ is closed to new replies.