super simple single page

Home Forums Jevelin Theme super simple single page

Home Forums Jevelin Theme super simple single page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • greenbulb
    Participant

    Hi, I am very happy with your theme. And for product sign up propose, I need to create a one screen page, like this one: https://www.ogadget.com/x/gameshell. I need to text to be auto adjust and flow in the middle of the righthand side.

    So far on my own page, I am able to remove all the unnecessary elements, and put a text column on the left which is distanced from the four sides (with % margin). However, I am not able to make the text column to appear in the exact middle of the page no matter what the dimension of the browser is.

    Can you tell how to do that? Thanks

    Elton

    greenbulb
    Participant

    I also has trouble making the background to resize like the one in here, https://www.ogadget.com/x/gameshell, I have already set my background to cover but still, it gives me a white bar at the bottom when the browser is fully maximized.

    Elton

    Hi Elton,

     

    I hope you are well today and thank you for your questions.

     

    However, I am not able to make the text column to appear in the exact middle of the page no matter what the dimension of the browser is.

    Can you tell how to do that? Thanks

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-1453 .fw-row .sh-column:first-child {
        margin: 50% auto;
        float: none;
    }
    
    .page-id-1453 .fw-row .sh-column:last-child {
        display:none;
    }

     

    I also has trouble making the background to resize like the one in here, https://www.ogadget.com/x/gameshell, I have already set my background to cover but still, it gives me a white bar at the bottom when the browser is fully maximized.

    Could you please share the screenshot of the issue so that i can help you?

     

    Best regards,
    Shufflehound team

Viewing 3 posts - 1 through 3 (of 3 total)