Menu cut off when using Full Page template

Discussion in 'GoldenEagle WordPress Theme' started by smartcents2013, Nov 18, 2013.

  1. smartcents2013

    smartcents2013 New Member

    Joined:
    Nov 12, 2013
    Messages:
    14
    Likes Received:
    0
    Good afternoon. I wanted to see if you could help me with the Menu being cut off when I switch the page to Full Page width template. I need to see how I can keep the side menu on or if my only option is to use the default.
    I also sent in a previous email just wanted to make sure I could get that answered. On the interior pages i wanted to make sure I could get rid of the top portion where the pre-installed menu and search box is. I want to make sure I can remove that. If anything I would just want a logo there if that's possible.
    http://66.147.244.177/~earthsc8/ menuwithdefault.JPG nomenuwithfullpage.JPG
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_wrapper {
    display: none;
    }
    #regal_body.home.blog .menu_wrapper {
    display: run-in!important;
    }
    .top-search {
    display: none;
    }
    
    This will solve your issue.
     

Share This Page