Hi there,
I’ve looked through the forum have tried their resolutions but it would not work for me.
I would like to add a logo centred above my text on the off canvas menu.
Please could you assist?
Thank you
Hi there,
I’ve looked through the forum have tried their resolutions but it would not work for me.
I would like to add a logo centred above my text on the off canvas menu.
Please could you assist?
Thank you
Hi @ifkda,
Since you have added the logo already, we can use CSS then to center it. Inspect the Navigation Collapsed element and then under Customize Tab > Element CSS add the following.
$el.x-off-canvas .x-off-canvas-content {
text-align: center;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.