Dear AS Templates team. First of all happy new year to you guys. Got a short question on the artslider module. If I use this module on a other Page then <Home> then the module is aligned below the menu bar and not under position 4 & 1.. Do I need to adjust the CSS file?
Here you see my project: http://moebelagentur.ch/ If you navigate to Kontakt you see what I mean.
Regards, Rico
AS Templates
POSTED: 2014-01-02
Hello DONINELLI,
You have 2 options:
1. Use page class in Menu item, and add css in tmpl.default.css
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
Here you see my project: http://moebelagentur.ch/ If you navigate to Kontakt you see what I mean.
Regards, Rico
You have 2 options:
1. Use page class in Menu item, and add css in tmpl.default.css
like:
.body__home .wrapper-inner, .home .wrapper-inner
{
padding-top: 0;
}
2. implement following code in index.php file :
...
<div class="wrapper">
<?php if ($this->countModules('as-position-5')): ?>
<div class="wrapper-inner" style="padding-top: 0px;">
<?php else: ?>
<div class="wrapper-inner" style="padding-top: 140px;">
<?php endif; ?>
<!-- <div class="wrapper-inner"> -->
...
Regards, AS Team.
Please, download the latest version of the template from your AS Template Account.
Regards, AS Team.