Reply To: Adding additional header on the top of the webpage

Home Forums Support Adding additional header on the top of the webpage Reply To: Adding additional header on the top of the webpage

Home Forums Support Adding additional header on the top of the webpage Reply To: Adding additional header on the top of the webpage

#86260
Siong Boon Lim

Hi Tom,

I found the issue using the style inspector from firefox web-browser

There was this code in my css which over-writes the .above-header-bar

.grid-container
{
text-align:left;
}

Forgotten why I put in the .grid-container for….

After I remove it, your codes works perfectly.
Thank you.