Update 'neler-yapariz' Navigation and CSS Styles: Adjusted the sub-navigation background positioning in the 'neler-yapariz' template to improve visual alignment. Updated the CSS to modify the transform property for the sub-navigation background, enhancing the overall layout and user experience. This change aims to create a more polished and cohesive design across the template.
This commit is contained in:
@@ -2954,7 +2954,7 @@ body {
|
|||||||
border-radius: .7rem;
|
border-radius: .7rem;
|
||||||
padding: .4rem .3rem;
|
padding: .4rem .3rem;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
transform: translateY(-200%)
|
transform: translateY(-100%)
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-nav-bg.show {
|
.sub-nav-bg.show {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="overflow-w">
|
<div class="overflow-w">
|
||||||
<div class="sub-nav-bg" style="translate: none; rotate: none; scale: none; transform: translate(0%, 200%) translate(0px, -71.9062px);">
|
<div class="sub-nav-bg" style="translate: none; rotate: none; scale: none; transform: translate(0%, 0%) translate(0px, -71.9062px);">
|
||||||
<ul data-animate="sectionselector" role="list" class="sub-nav-w w-list-unstyled">
|
<ul data-animate="sectionselector" role="list" class="sub-nav-w w-list-unstyled">
|
||||||
<li data-to="flip" class="link-li-w">
|
<li data-to="flip" class="link-li-w">
|
||||||
<div>Flip</div>
|
<div>Flip</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user