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