-
AuthorPosts
-
marvelous development Friend
marvelous development
- Join date:
- March 2013
- Posts:
- 54
- Downloads:
- 15
- Uploads:
- 25
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
June 26, 2013 at 2:49 pm #188505Hi,
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!
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 26, 2013 at 4:00 pm #497037It 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 Friendmarvelous development
- Join date:
- March 2013
- Posts:
- 54
- Downloads:
- 15
- Uploads:
- 25
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
June 26, 2013 at 6:16 pm #497050marvelous.my
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 27, 2013 at 9:00 am #497130You 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
-
AuthorPosts
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
Jump to forum