Hi, I bought the pro version of this template. Is their a way I can create a clickable slider image or clickable text within some of the slider images?
AS Templates
POSTED: 2013-02-21
Hello FESBENSEN,
The built-in slider doesn't have such option, but you can replace it with other, for example:
http://www.astemplates.com/itemdetails.php?id=116
Regards, AS Team.
fesbensen
POSTED: 2013-02-21
second question about the template. I have looked in the css under heading row 2(company logo/name) but cannot find a way to lower the logo a few pixels. https://www.dropbox.com/l/kRdfjFmvIfYcPgub
AS Templates
POSTED: 2013-02-21
Hello FESBENSEN,
You can do it by changing the logo image, or please provide us with your site URL, we will check and let you know.
Regards, AS Team.
fesbensen
POSTED: 2013-02-21
Hi, thanks for the answer regarding this question:
"second question about the template. I have looked in the css under heading row 2(company logo/name) but cannot find a way to lower the logo a few pixels. https://www.dropbox.com/l/kRdfjFmvIfYcPgub"
"Hello FESBENSEN,
You can do it by changing the logo image, or please provide us with your site URL, we will check and let you know.
Regards, AS Team."
AS Templates
POSTED: 2013-02-21
Hello FESBENSEN,
You have edit template.css file by adding 'margin-top' attribute as shown below:
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
The built-in slider doesn't have such option, but you can replace it with other, for example:
http://www.astemplates.com/itemdetails.php?id=116
Regards, AS Team.
You can do it by changing the logo image, or please provide us with your site URL, we will check and let you know.
Regards, AS Team.
"second question about the template. I have looked in the css under heading row 2(company logo/name) but cannot find a way to lower the logo a few pixels. https://www.dropbox.com/l/kRdfjFmvIfYcPgub"
"Hello FESBENSEN,
You can do it by changing the logo image, or please provide us with your site URL, we will check and let you know.
Regards, AS Team."
You have edit template.css file by adding 'margin-top' attribute as shown below:
#header .row2 #companyname
{
height: 200px;
width: 300px;
margin-top: 20px;
}
Regards, AS Team.