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

    How do I center the “extra info” text in the top bar? I tried the following code, but it doesn’t work:

    .phone-info {
    text-align: center !important;
    }
    #333552

    Hi goforyourdreams!

    Please add following code to Quick CSS

    .phone-info {
    width: 50%;
    text-align: center;
    }

    You may need to adjust width value
    Regards,
    Yigit

    #942710

    I’ve tried this and 2 other custom css provided by this forum in hopes to align the phone number text to be centered.

    Does it matter if the backend is set to display top bar at the left or top bar at the right?

    Link in private area below.

    #942713

    Hi,

    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 {
        width: 100%;
        text-align: center;
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.