Using the Menu Item Template
This support request was posted in BBQ by bgarelli
- bgarelli February 18, 2013 at 1:32 am
I would like to have an “About Us” page in my main navigation menu that looks like this, instead of the Full Width page layout:
http://demo.nicethemes.com/bbq/menu/coffee/
Can you show me a way of doing this?
Thank you!
Juanfra Aldasoro February 18, 2013 at 1:41 pmHello There,
Thanks for writing, I hope you’re well.
Unfortunately those styles are only defined for the single menu item template.
What you can do is: use the full width template and with some html and then some css.
That would be, creating an “About us” page with the template full width and then within the content, with the html editor put something like this:
The content of the first columnThe content of the second columnAnd then the css:
.col-1{ width: 50%; float: left; overflow: hidden; } .col-2 { width: 46%; float: right; overflow: hidden; }
Best,
Juan.bgarelli February 18, 2013 at 10:29 pmHi Juan,
Thank you for your response! Where in the editor would I add these? In the Full Width page template or do I need to go to the specific page – would you be able to point me in the right direction?
Juanfra Aldasoro February 19, 2013 at 12:40 amHey there,
No problem 🙂
You need to insert the first code on your page content editor (You’ll see that there are two tabs, one that says visual, and the other one that says text) with the “Text” tab selected.
With regards to the second code, you should put that on your “Custom CSS” input over the Theme Options panel.
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.