Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • marvelous development Friend
    #188505

    Hi,

    For custom HTML, there are 4 boxes like this . But I want to change it to 1 box only. I already tried but the size is not change. So, how can I make it appear 1 box only but with this size?

    Thanks in advance!


    1. custom-html
    2. ja-side-news
    TomC Moderator
    #497037

    It would be helpful if you could provide the url of the site you’re working on – so we can view your particular layout/modifications

    marvelous development Friend
    #497050

    marvelous.my

    Ninja Lead Moderator
    #497130

    You can try this way

    + Custom HTML module

    from


    <div class="social-wrap"><a class="btn-icon btn-small icon-platinummembership" href="#" title="Platinum Membership">Platinum Membership</a> <a class="btn-icon btn-small icon-goldmembership" href="#" title="Gold Membership">Gold Membership</a> <a class="btn-icon btn-small icon-silvermembership" href="#" title="Silver Membership">Silver Membership</a> <a class="btn-icon btn-small icon-product" href="#" title="Product">Product</a></div>

    change to


    <div class="social-wrap"><a class="btn-icon btn-big icon-platinummembership" href="#" title="Platinum Membership">Platinum Membership</a> </div>

    + Change css

    Open templates/ja_mero/css/themes/abstract/template.css file

    From

    .btn-big {
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    position: relative;
    width: 219px;
    text-align: left;
    vertical-align: bottom;
    }

    change to


    .btn-big {
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    position: relative;
    width: 240px;
    text-align: left;
    vertical-align: bottom;
    }

    And change Image with width: 240px on this script


    .icon-platinummembership {
    background-image: url(../../../images/ico/platinummembership.png);
    margin: 0 0px 0px 0;
    }

    With image path: templates/ja_mero/images/ico/platinummembership.png

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 5 months ago.

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