Esteban Alvarez
Member
Hi Everybody
I don't understand what's wrong, but I can't modify pageWidth class in navigation template
I created a template named own_navigation.css where I have this CSS code:
In the navigation template I have this template code:
But I haven't got any good result.
¿What's wrong?
I don't understand what's wrong, but I can't modify pageWidth class in navigation template
I created a template named own_navigation.css where I have this CSS code:
Code:
#navigation .navWidth .withSearch
{
margin: 0 12% 0 25%;
}
In the navigation template I have this template code:
Code:
<xen:edithint template="navigation.css" />
<xen:edithint template="own_navigation.css" />
<div id="navigation" class="navWidth {xen:if $canSearch, withSearch}">
<div class="pageContent">
<nav>
But I haven't got any good result.
¿What's wrong?