Can anyone help me figure out how to resize the header image width in Version 14.0 ? Once uploading new header logo image, it reduced to a smaller size and will not resize to original width.
Thanks
Hello @Scotti !
You may add new rules for the #bx-logo-container CSS id via the Studio->Artificer->Styles area. For example:
#bx-logo-container img { width: new size in rem or px; height: new size in rem or px; }
Hi @LeonidS ... I did try to chnage the code... cleared cache... nothing changed.
new rule I added:
#bx-logo-container img { width: 240px; height: 50px; }
Hello @Scotti !
You may add new rules for the #bx-logo-container CSS id via the Studio->Artificer->Styles area. For example:
#bx-logo-container img { width: new size in rem or px; height: new size in rem or px; }Hi @LeonidS ... I did try to chnage the code... cleared cache... nothing changed.
new rule I added:
#bx-logo-container img { width: 240px; height: 50px; }