Hello,
I am configuring the header with your amazing header builder and it’s easy to use.
Only facing some problems with the builder.
When I export my logo as SVG (outlined) and upload them on the website – the logo doesn’t show.
I just created a default header by myself and optimize it for the desktop & tablet, see attached for the screenshots.
But my logo doesn’t show on the website. When I’m adding the following CSS into the child-theme, the logo showing up:
/* mobile – logo */
.xts-header-col.xts-start.xts-mobile { flex: inherit; }
/* desktop – logo */
img.xts-logo-main,
.xts-logo.xts-sticky-logo .xts-logo-second { width: 100%; }
/* firefox logo */
@media (min-width: 1025px) {
.xts-general-header .xts-logo img { width: 120px; }
.xts-header-bottom .xts-logo img { width: 180px; }
}
@media (max-width: 1024px) {
.xts-general-header .xts-logo img { width: 165px; }
.xts-header-bottom .xts-logo img { width: 180px; }
}
I don’t know if my logo is the issue or a mistake in the CSS, but can you please check into this?
Attachments:
You must be
logged in to view attached files.