Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    you don’t have to remove the sidebar. When editing or creating a page just select full width from the template options.

    Thread Starter alijabari

    (@alijabari)

    Many thanks my dear. I have 2 more clarifications for which I would appreciate your assistance:

    – Is there a way to remove the search box from the menu bar without editing the code?
    – I would like to have my company logo on the right side of the header and the website name and title on the left side. The website name and title are already appearing on the left, I just need to add the logo to the right.

    Many thanks.

    Theme Author Template Express

    (@danstriker)

    Hello,

    to remove the search box you can apply the following style:

    .site-header .search-form {
        display: none;
    }

    The logo is currently set to replace the title if selected. You would have to add a new area in the header.php file for a logo to appear on the right.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to use full width template’ is closed to new replies.