Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1336932

    Hi,
    I need help with vertically centering icons and text in the header and footer area according to the mockups.
    Icons and text in the head are located in the child theme’s includes/helper-main-menu.php

    I’m very sorry – the child theme’s style.css is a mess but I took over building the site from another person and wasn’t able to clean it up.

    Any help ist really appreciated (and I’m in a bit of a hurry since the site has to go live on Friday…).

    Thank you very much and kind regards

    Ilona

    #1336974

    Hey ilona-l,

    Please try the following in Quick CSS under Enfold->General Styling:

    .social-bar-custom .center a {
      vertical-align: text-top;
    }
    
    .social-bar-custom span.telnr {
      line-height: 50px;
    }
    
    .social-bar-custom a.tellink {
        vertical-align: middle;
    }

    Best regards,
    Rikard

    #1337039

    Thank you Rikard,

    the icons in the center of the header are aligned fine.
    The icon in the left and the phone number are still as they were.

    And the icons and phone number in the footer are also not centered vertically.

    Can you help?

    Best regards

    Ilona

    #1337064

    Hi,

    Please try this CSS as well:

    .social-bar-custom .center a, .social-bar-custom .left a {
      vertical-align: text-top;
    }
    
    .social-bar-custom a.tellink {
        vertical-align: super;
    }
    
    #footer .social-bar-custom {
        overflow: visible;
        vertical-align: inherit;
    }

    Best regards,
    Rikard

    #1337071

    Hi Rikard,

    the icons in the middle of the header are aligned fine. The phone icon in the left is now too low and the phone number a bit to high.

    The icons in the footer should be a little bit lower and the phone number a bit higher.

    Can you please take another look?

    Thank you in advance

    Ilona

    #1337196

    Hi,

    Please try this CSS as well:

    .social-bar-custom .left a {
        vertical-align: middle;
    }
    
    #footer .social-bar-custom img {
        margin-top: 10px;
    }
    
    #footer .social-bar-custom a.tellink {
        vertical-align: top;
        line-height: 60px;
    }

    Best regards,
    Rikard

    #1337487

    Hi Rikard,

    thank you, now it looks great in Chrome (and the footer also in Firefox und Safari) but the header is still not correctly aligned in Firefox and Safari.

    Do you have an idea?

    Best regards

    Ilona

    #1337505

    Hi,

    Please try this CSS as well:

    .avia-mozilla #header .social-bar-custom .left a {
      vertical-align: bottom;
    }
    
    .avia-safari #header .social-bar-custom a.tellink {
      vertical-align: super;
    }

    Best regards,
    Rikard

    #1337520

    Hi Rikard,

    it looks great now in all browsers!

    Thank you so much for your quick help!

    Best regards

    Ilona

    #1337620

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1337657

    I think the problem is solved and you can close this topic!

    Again, thank you very much!

    #1337687

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Vertically center icons & text in header / footer’ is closed to new replies.