Hi,
I inserted a jpg image as a logo and it isn't centered. It is too far to the right. I designed it in Banner Design Studio and saved it as a jpg. How can I get it centered.
AS Templates
POSTED: 2015-02-16
Hello GOLFMANFAN,
In our demo preview it is not centered, it is aligned to the left side, sorry, we are not understanding why it should be centered.
Our suggestion is to install it using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/170-002046
Regards, AS Team.
golfmanfan
POSTED: 2015-02-16
Hi,
Thanks for answer back.
Can I make the text smaller in the AS Slider extension. It is too big. Also can I change the font on the Slider page.
Thanks
AS Templates
POSTED: 2015-02-16
Hello GOLFMANFAN,
The text size you can change by editing '/templates/as002046/css/ext.artslider.css' file the following class:
The font family you can change using the template General Configuration parameters. As well you can always create your own css and put it in the style.custom.css file.
Regards, AS Team.
golfmanfan
POSTED: 2015-02-16
Hello AS Team
I attempted to change the font using the procedure above on the CSS file. It did not work.
AS Templates
POSTED: 2015-02-17
Hello GOLFMANFAN,
Please add '!important' as the following:
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
golfmanfan
POSTED: 2015-02-21
Hi,
I tried your suggestion about changing the background on my website AS002046.
Did not work. I loaded my image in the template image file and it didn't work. Now I would like to just change the background color to black. I attempted to do that using the code above, but that didn't work either. Is this possible?
I really wished I would have downloaded the quick start template. I loaded the default template. Now when I try to add the quick start template, Joomla will not load it because the default template is already there.
Thank You
AS Templates
POSTED: 2015-02-22
Hello GOLFMANFAN,
We checked your site and not found any changes in css.
The quick-start package should be installed like regular Joomla installation, you can't install it via Joomla extension manager, for more info please see the template documentation:
http://www.astemplates.com/joomla-template-documentation/170-002046
Regards, AS Team.
golfmanfan
POSTED: 2016-02-08
Hello,
I have two columns in my website. Is there a way to add some spacing between the columns?
http://www.bigrapidstaxservices.com/
Thank you,
AS Templates
POSTED: 2016-02-08
Hello GOLFMANFAN,
In the '/templates/as002046/css/style.custom.css' file add the following class:
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 inserted a jpg image as a logo and it isn't centered. It is too far to the right. I designed it in Banner Design Studio and saved it as a jpg. How can I get it centered.
In our demo preview it is not centered, it is aligned to the left side, sorry, we are not understanding why it should be centered.
Our suggestion is to install it using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/170-002046
Regards, AS Team.
Thanks for answer back.
Can I make the text smaller in the AS Slider extension. It is too big. Also can I change the font on the Slider page.
Thanks
The text size you can change by editing '/templates/as002046/css/ext.artslider.css' file the following class:
.camera_wrap .slide_title {
font-size: 36px;
font-weight: normal;
line-height: 42px;
text-transform: uppercase;
}
The font family you can change using the template General Configuration parameters. As well you can always create your own css and put it in the style.custom.css file.
Regards, AS Team.
I attempted to change the font using the procedure above on the CSS file. It did not work.
Please add '!important' as the following:
.camera_wrap .slide_title
{
font-size: 36px !important;
font-weight: normal;
line-height: 42px !important;
text-transform: uppercase;
}
Regards, AS Team.
I have one more question. Can I change the background on this template? If so, what edit would I have to make and where would I put my image?
Thanks so much
The background image you can change by editing styles css files the following class:
body {
background-color: #fdfdfd;
background-image: url("../images/bg.body.png");
color: #626262;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
I tried your suggestion about changing the background on my website AS002046.
body {
background-color: #fdfdfd;
background-image: url("../images/bg.body.png");
color: #626262;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}
Did not work. I loaded my image in the template image file and it didn't work. Now I would like to just change the background color to black. I attempted to do that using the code above, but that didn't work either. Is this possible?
I really wished I would have downloaded the quick start template. I loaded the default template. Now when I try to add the quick start template, Joomla will not load it because the default template is already there.
Thank You
We checked your site and not found any changes in css.
The quick-start package should be installed like regular Joomla installation, you can't install it via Joomla extension manager, for more info please see the template documentation:
http://www.astemplates.com/joomla-template-documentation/170-002046
Regards, AS Team.
I have two columns in my website. Is there a way to add some spacing between the columns?
http://www.bigrapidstaxservices.com/
Thank you,
In the '/templates/as002046/css/style.custom.css' file add the following class:
.content-row-2
{
padding-left: 30px;
}
Regards, AS Team.