test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • skillfulken Friend
    #196185

    Hello!

    The registration form is defaulted to set to the left, how can I set the form to align at the center of the article area, not at the center of the whole window? I have made a picture for better illustration. Thanks!


    1. screen-cap-5
    chavan Friend
    #528267

    Go to this File: /templates/ja_smashboard/css/template.css

    Add this code:

    .view-registration #t3-content{
    float: none;
    margin: 0 auto !important;

    }

    skillfulken Friend
    #528364

    Thanks Chavan XD

    I have made another customized registration form and want to make it centered too. However, the above code seems not working on this one. Could you tell me why .view-registration is chosen and I will try to use the same logic to fix this problem too.

    chavan Friend
    #528397

    Please apply the other customized registration and post your site Url. I will provide you the css changes

    skillfulken Friend
    #528399

    My site is still under development and I will send PM to you, thanks for your help!

    chavan Friend
    #528481

    Add this code to this File: /templates/ja_smashboard/css/template.css

    .com_chronoforms5 #t3-content{
    float: none;
    margin: 0 auto !important;

    }

    skillfulken Friend
    #528509

    <em>@Chavan 418639 wrote:</em><blockquote>Add this code to this File: /templates/ja_smashboard/css/template.css

    .com_chronoforms5 #t3-content{
    float: none;
    margin: 0 auto !important;

    }
    </blockquote>

    Thanks Chavan, it works great!

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

This topic contains 7 replies, has 2 voices, and was last updated by  skillfulken 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum