[Support request] Sales page layout

Home Forums Support [Support request] Sales page layout

Home Forums Support Sales page layout

  • This topic has 5 replies, 3 voices, and was last updated 7 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #308124
    Mustafa

    Hi,

    How can I create a one page, sales page layout that looks like this?

    http://prnt.sc/eyp76o

    #308173
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry I’m not quite sure what I’m looking at? The screenshot is just a white blank page.

    Let me know.

    #308215
    Mustafa

    What I mean is a single body layout with the rounded corners and shadow effect around the border.

    #308222
    Tom
    Lead Developer
    Lead Developer

    You could do this: https://docs.generatepress.com/article/adding-a-container-wrapper/

    .full-container {
        background:#FFF;
        border-radius: 10px;
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    }
    #308553
    Mustafa

    Thanks for the code Leo.

    Is the code for using this on a single page only where all the other pages have a different layout?

    #308622
    Tom
    Lead Developer
    Lead Developer

    No, you would have to add that CSS to the individual page using my Simple CSS plugin to achieve that.

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