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

    Hi, I would like to have the text “Excellent, Caring, and Accessible Healthcare ” centered in my Header Phone Number/Extra Info area with the google widget right justified. right now everything is right aligned. Please help

    #1433781

    Hey juncruz562,

    Thank you for the inquiry.

    You can add this css code to center align the text or the phone info.

    .html_header_top #top .av_header_stretch .container {
        display: flex;
        justify-content: center;
    }
    

    Best regards,
    Ismael

    #1433848

    Hi, the issue is if I use that code it also makes the google translate widget centered which I dont want. I would like the google translate widget right aligned… I would like the “Excellent, Caring, and Accessible Healthcare ” centered and the google translate widget right aligned.

    #1433879

    Hi,

    Please try adding the Google translate code in a widget in the header instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1434099

    Hi Rikard,

    My header has too many elements at the moment to add a widget. Is it possible to add it as requested?

    JUNCRUZ562

    • This reply was modified 5 months, 2 weeks ago by juncruz562.
    #1434109

    Hi,

    The amount of elements in your header would remain the same if you place the translate element inside of a widget. It might be possible to style it as it is, but you would have to put the translate element and the text in separate containers.

    Best regards,
    Rikard

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