Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271784

    Hi there,
    What Quick CSS can I use to center the “Header Phone Number/Extra Info”? The theme options provide the ability to “Display in top bar at the right” and “Display in top bar at the left” – but not a “center” option (or “centre” for those of us in Canada ;-)

    #271786

    Hey rickmcl!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div.phone-info {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    }

    Best regards,
    Yigit

    #271798

    Sweet! Thanks for the very quick response! I actually removed the margin-top style – I had increased the phone number font size, so the margin-top value caused the phone number to disappear.

    #271800

    Hey!

    Great! Glad we could help! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Header Phone Number/Extra Info’ is closed to new replies.