Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #814286

    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

    #814987

    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

    #818624

    Hi,

    Thanks, that worked for me. Only the .logo was not necessary.

    Best regards, Annelies

    #818669

    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

    #818677

    Thanks Rikard,

    You can close this one…

    Best regards, Annelies

    #818714

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Social header custumization and position logo header’ is closed to new replies.