• Resolved RadarRob

    (@radarrob)


    I want to put this form that I have created onto a blank page. One that doesnt have the picture banner across the top or the columns in the body so that it doesnt restrict and resize the form.

    Does anyone know if this is possible and how to go about doing this.

    The page I need help with: [log in to see the link]

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

    (@lyrathemes)

    @radarrob Thanks for trying out Vega, we appreciate it.
    There are two ways to do this.

    1. One is to use custom CSS to hide the banner just for that page. If you can share the page URL, I can give you the code.

    2. The other more efficient but time consuming method would be to create a new page template that does not include the banner on it. This would require some programming skills and knowledge of the WordPress theme templates. That way, you can reuse that template for any other such pages that you want to create.

    Thread Starter RadarRob

    (@radarrob)

    Thanks for the prompt reply. The url is
    https://idhire.com.au/seqwater/ Is there also a way or making the columns wider as well. The form I have made for this page is being “squashed” in comparison to me making it.

    Thanks

    Theme Author lyrathemes

    (@lyrathemes)

    @radarrob Use this in Appearance > Customize > Additional CSS to hide the banner on the page:

    .page-id-1094 .jumbotron.image-banner.banner-custom-header {
        display: none;
    }

    Regarding the form – you’ll need to tweak your iframe. It is currently taking up the entire width of the page but the white portion is too wide causing the form inside to look squashed: https://prntscr.com/p8fwks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank Page’ is closed to new replies.