• Resolved akshaysood

    (@akshaysood)


    The Login section is too wide , how can I reduce it ?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • neoset

    (@neoset)

    If you mean the login form go to forms/login form/customize this form and change the maximum width.
    If you refer to the account or profile is settings/appearance you find all the necessary settings.
    for everything else CSS.
    All the best.

    • This reply was modified 3 years ago by neoset.
    Thread Starter akshaysood

    (@akshaysood)

    Hello ,

    UltimateMember->Setting->appearance is not working for the pages

    The page I need help with: https://reflectionsdive.com/index.php/login/

    Thread Starter akshaysood

    (@akshaysood)

    Login Maximum Width in Appearance is not working ,

    can anyone suggest how to adjust the form width ??

    The page I need help with: https://reflectionsdive.com/index.php/login/

    neoset

    (@neoset)

    If you can, this is the example, here I change the maximum size:

    tempsnip

    Here is the change made:

    tempsnip2

    Greetings.

    Thread Starter akshaysood

    (@akshaysood)

    Hello ,

    I tried above , doesnot work

    neoset

    (@neoset)

    That theme that you have Storefront is generating a CSS that causes it to take the width of the container 100%, you fix that with a bit of css, try this and you will see how it is fixed:

    @media (min-width: 768px)
    .storefront-full-width-content .content-area {
         width: 450px;
         float:none;
         margin: auto;
    }

    If it still doesn’t change force it with !important, delete the previous one and try this one:

    @media (min-width: 768px)
    .storefront-full-width-content .content-area {
         width: 450px !important;
         float: none !important;
         margin: auto !important;
    }

    Let me know if it worked for you.
    Hope that helps, best regards.

    • This reply was modified 3 years ago by neoset.
    • This reply was modified 3 years ago by neoset.
    Plugin Support Aswin Giri

    (@aswingiri)

    @akshaysood Looks like you have managed to fix the issue. I am going to mark the topic as resolved but please feel free to re-open it if you need to.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adjust the Login Box width’ is closed to new replies.