I need the navbar width changed for just one page. This is the Header value called “Navbar Side Width”. I need this different for just one page. How do I do this? Can I add CSS to this one page? Thanks
Hi @dan65000,
To be able to change the Navbar width for only one page, you need to go to that page and add a unique class to it such as .the-page:

Then you need to go to X/Pro > Theme Options > CSS and add teh code below:
.the-page .x-navbar-wrap {
max-width: 900px;
margin: auto;
}
Feel free to change
the-pagewith the unique class that you added before and900pxto whatever with you like the Navbar to be.
Thank you.
This is not changing anything. The page still has the same Navbar width
I have actually spoken with the developer of the plugin and they provided a solution. Thank you
Hey @dan65000,
We really appreciate for letting us know that the creators of the plugin have provided you with a solution.
If you need anything else we can help you with, don’t hesitate to open another thread.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.