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
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
Hi Nikko,
Sorry for the late reply.
That has worked thank you :)
Kind Regards,
Matt
Hi Matt,
No worries, we’re just glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
