Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #696498
    #696674

    Hey mhafeezmm,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top.page-id-9  form.login, #top form.register {
        min-width: 350px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    
    .page-id-9 #main .container_wrap_first {
        border-top: none;
        min-height: 500px;
    }
    

    Best regards,
    Vinay

    #696690

    Hi Vinay,

    Thanks for the css code. That did it!
    Just one more favour though, the ‘Login’ (h2) title – can you help me position it at the center of the page?

    Thanks.

    #696708

    Hi!

    Please add following code to Quick CSS as well

    .page-id-9 .woocommerce h2 {
        text-align: center;
    }

    Regards,
    Yigit

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