Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1339686

    Hi there,
    I have a website using the Sidebar Main Menu layout and am wondering if there is a way to display a page without a main menu/header so we can use the full width of the page for an Enrolment Form widget?
    Due to the reduced width of the page, the form is not functioning or displaying as required.
    The page will be used as a standalone page which will be supplied as a URL to customers and not available in any navigation or links.
    Any idea if this is possible?

    #1339747

    Hey Suze,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-2094 #header {
      display: none;
    }
    
    .page-id-2094 #main {
        margin-left: 0;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.