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

    Hi,

    I’ve added only phone number and address to the top bar area since my client has no time to maintain social profiles. I’d also like to centre align that information so it appears directly above the logo. To do that I’ve added the following CSS to the child theme:

    .av_phone_active_left .phone-info { margin-left: 50%; margin-right: 50% }

    I couldn’t move it with margin auto? Anyway this information “phone number | email address” is now stacked, almost like word-wrap is being applied. How can I get it to display as a single line?

    Maybe the option to centre align that content could be added in a future update too?

    Thanks,
    Paul.

    #388374

    Hey Paul!

    Try this out instead.

    #header_meta .container * {
    float: none !important;
    width: auto !important;
    }
    #header_meta .container {
    text-align: center !important;
    }

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    #390041

    Hi Elliott,

    That’s perfect, thanks for your help.

    Paul.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top Bar content alignment’ is closed to new replies.