RobParker

Registered
I'll likely have a few of these, so thought a single thread for them would be useful. Hope that's ok!

1)
Is there an style option to control the height of the logo?

Code:
.p-header-logo.p-header-logo--image img {
    max-height: 50px;

That achieves what I want but avoid adding a ton into extra.less would be good if there's an option that just does it.

2) On Bolt Canvas, can the right sidebar be moved up so the notices are not above them?

Screenshot 2021-08-07 at 21.04.37.png
 
Last edited:
What controls the icon before the navigation tabs in the canvas menu? I've added a new tab and want to add an icon before.

Screenshot 2021-08-09 at 13.11.19.png


Edit: hardcoded in xb_header.less ?

Very cool that you've catered for popular addons (if I've understood correctly).
 
Last edited:
Thanks, I figured out the nav icon thing and it looks like I did it the same as you recommend.

For the logo height, maybe I'm just missing it? Which option should it be?

I see:

Public logo height
publicLogoHeight (120)

but that doesn't seem to do it (and the description reads more like it's to cause a placeholder to prevent a reflow rather than something that sets the height of the image itself).
 
You know what, are you're using canvas mode, that will be restricted down to essentially the max-width of the sidebar canvas at the moment (because that area lines up). You can overwrite this using CSS:

Code:
.xb-canvas .canvas-header .p-header-logo.p-header-logo.p-header-logo--image {
    width: 400px;
}

That's quite a bit larger than the default value, let me know if it helps.
 

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