test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lemaneo Friend
    #187526

    hello,

    How can I align Big Button with ja-social typography in the middle

    Even if i center the text, i put it in a cell aligning row and cell to middle, the button always stay on the left.
    I tried to remove float:left in firebug but even if I created a div with center property :
    <div>
    <h1 style=”line-height: normal; text-align: center;”><a class=”ja-typo-btn btn-blue ja-typo-btn-big btn-big-blue” href=”#”>SIGN UP NOW</a>
    </h1>
    </div>

    see link : http://lemaneo.com/index.php?lang=en

    thanks

    Saguaros Moderator
    #492950

    Hi lemaneo,

    Try opening file: /plugins/system/jatypo/jatypo/typo/typo.css

    Around line 595:


    a.ja-typo-btn {
    float: left;
    margin: 20px 30px 10px 0;
    }

    change it to:


    a.ja-typo-btn {
    float: left;
    margin: 20px 30px 10px 55px;
    }

    Clean all cache then.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 6 months ago.

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