chojo

Registered
Hi @Russ ,
When I insert the path of my SVG logo inside the logo field, my logo disapear. This already happened to me in the past. What I did in the past was to put a max-height to my logo, but by default there already a max-height

.XenBase #logoBlock #logo img {
max-height: 55px;
}

I'm doing something wrong, most likely not a bug of the theme. Do you have an idea?
Thank you
 
You need to define a specific height rather than a max-height like we do out of the box, try this in extra.css:

Code:
.XenBase #logoBlock #logo img {
height: 55px;
}

I think having a little "SVG Support" property would be nice on a xenbase level.
 
You need to define a specific height rather than a max-height like we do out of the box, try this in extra.css:

Code:
.XenBase #logoBlock #logo img {
height: 55px;
}

I think having a little "SVG Support" property would be nice on a xenbase level.
I were so close, yet so far ha!

Thank you sir
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back