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

    Hi Guys,

    Hope all is well.

    Just a quick question, we have a bit of info in the “Phone Number or small info text” top bar header section. However, we have a link in this section (My_HCPortal) that I would like to be aligned to the left but keeping “view catalogue | My Account | Telephone number” aligned to the right.

    Is this possible and if so how can I do this, please?

    Hope it makes sense.
    Regards,
    Matt

    #1310444

    Hi WebAdmin_HygienicConcepts,

    Can you try to add this CSS code in Enfold > General Styling > Quick CSS:

    .phone-info {
        width: 100%;
    }
    
    .phone-info span {
        text-align: right;
        width: 100%;
    }
    
    .phone-info span a:first-child {
        float: left;
    }

    Best regards,
    Nikko

    #1311100

    Hi Nikko,

    Sorry for the late reply.

    That has worked thank you :)

    Kind Regards,
    Matt

    #1311280

    Hi Matt,

    No worries, we’re just glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Top bar text alignment’ is closed to new replies.