Using the Menu Item Template

This support request was posted in BBQ by bgarelli

Request ID #728 Resolved
  • 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!

    Hello 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 column
    The content of the second column

    And then the css:

    .col-1{
       width: 50%;
        float: left;
        overflow: hidden;
    }
    
    .col-2 {
       width: 46%;
       float: right;
       overflow: hidden;
    }
    

    Best,
    Juan.

    Hi 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?

    Hey 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.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server