Sorry for the inconvenience. I bought this template ( 002035), it is the third of AStemplate, are great, I'm very happy with your material.
I can not to know how to add social buttons like the template example, but specifically at position 55. Can anyone can help me please? any codec?
Thank you very much,
AS Templates
POSTED: 2012-03-29
Hello
The position 55 is not designed for the social icons. You have to write your own css, as example you can use the '#footer .row2 #social' class in the tmpl.footer.css file, try to rename it to '#footer .row3 .social' and in the custom html module put something like this:
Hello hipernet,
Can you please provide us with an URL, sorry we have to see the source code.
Regards, AS Team.
hipernet
POSTED: 2012-03-31
Hi, thanks for your time
Now the site is not active, is still under construction and you need access codes.
I appreciate your help, I fully understand that you are not my operator.
www.atascostuberias.com
It is also true, now I see again, the distance is not so great. Today I see things differently, but to make changes here is good for design.
Thanks mery much.
AS Templates
POSTED: 2012-04-01
Hello hipernet,
You can make this changes by reducing the bottom padding in the
tmpl.content.css file in the following classes.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I can not to know how to add social buttons like the template example, but specifically at position 55. Can anyone can help me please? any codec?
Thank you very much,
The position 55 is not designed for the social icons. You have to write your own css, as example you can use the '#footer .row2 #social' class in the tmpl.footer.css file, try to rename it to '#footer .row3 .social' and in the custom html module put something like this:
<div class="social">
<a href="http://www.facebook.com/" target="_blank"><img src="images/sampledata/facebook_logogr.png" alt="Facebook" title="Facebook" width="30" height="30" /></a>
<a href="http://www.twitter.com/" target="_blank"><img src="images/sampledata/twitter_logogr.png" alt="Twitter" title="Twitter" width="30" height="30" /></a>
<a href="http://www.linkedin.com/" target="_blank"><img src="images/sampledata/linkedin_logogr.png" alt="LinkedIn" title="LinkedIn" width="30" height="30" /></a>
<a href="http://www.blogger.com/" target="_blank"><img src="images/sampledata/blogger_logogr.png" alt="Blogger" title="Blogger" width="30" height="30" /></a>
<a href="http://www.myspace.com/" target="_blank"><img src="images/sampledata/myspace_logogr.png" alt="MySpace" title="MySpace" width="30" height="30" /></a>
</div>
</p>
Regards, AS Team.
http://www.atascostuberias.com/download/captura2.jpg
I do not get it,
Sorry and thanks
Can you please provide us with an URL, sorry we have to see the source code.
Regards, AS Team.
Now the site is not active, is still under construction and you need access codes. I appreciate your help, I fully understand that you are not my operator.
www.atascostuberias.com
It is also true, now I see again, the distance is not so great. Today I see things differently, but to make changes here is good for design.
Thanks mery much.
You can make this changes by reducing the bottom padding in the
tmpl.content.css file in the following classes.
#colmain h1,
#colmain h2,
#colmain h3 {
background-image: url("../images/h.mark.png");
background-position: left top;
background-repeat: no-repeat;
border-bottom: 1px solid #FFFFFF;
margin: 0 0 35px;
padding: 0 0 20px 35px;
text-shadow: 1px 1px #FFFFFF;
text-transform: none;
}
#component .item-page ul {
clear: none;
margin: 0 0 0 35px;
padding: 0 0 15px;
}
Regards, AS Team.