Can the menu and the Logo from the splash screen be moved from the right side to the left side? many thanks..
AS Templates
POSTED: 2012-04-12
Hello alexorza,
You have to edit the tmpl.header.css, please look for the following classes:
#header.home #companyname
#header.home #topmenu_home
Regards, AS Team.
alexorza
POSTED: 2012-04-26
Hi, I know i may sound stupid, but where do I find the updated template? in my account if i press download item that is the updated template? also how do I keep my menus and stuff i already created when updating the template? a how to would be great thanks
AS Templates
POSTED: 2012-04-26
Hello alexorza,
Yes, the latest version you can download from your account.
Did you made any changes in the template's source code? If not, just unzip the template zip file and upload it on your server via FTP.
Regards, AS Team.
alexorza
POSTED: 2012-05-14
Can I move the slider bar more on the right side ? I tried css.header but without success , I want to move it more on the right side since it is getting over my logo image. Any help would be appreciated
AS Templates
POSTED: 2012-05-15
Hello ALEXORZA,
In your case the best way is change the slider width, currently it is set to 690px, please see the following class in the tmpl.header.css file:
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
You have to edit the tmpl.header.css, please look for the following classes:
#header.home #companyname
#header.home #topmenu_home
Regards, AS Team.
Yes, the latest version you can download from your account.
Did you made any changes in the template's source code? If not, just unzip the template zip file and upload it on your server via FTP.
Regards, AS Team.
In your case the best way is change the slider width, currently it is set to 690px, please see the following class in the tmpl.header.css file:
#header .row1 .row1col2
{
float: right;
width: 690px;
}
As well you will need to change widht in:
templates/as002036/slider/css/slider.css file in the following calsses:
#slideshow {
background-image: url("../images/bg.slider.png");
background-position: left top;
background-repeat: no-repeat;
float: none;
height: 175px;
margin: 0 0 40px;
overflow: hidden;
padding: 0;
position: relative;
width: 690px;
}
#slideshow #slider {
height: 170px;
margin: 0;
overflow: hidden;
width: 685px;
}
Regards, AS Team.