Fix align on home collection
This commit is contained in:
parent
61413469c9
commit
7f07cdf4ec
|
@ -204,7 +204,7 @@
|
|||
@extend .absolute-center;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
left: 95.833333%;
|
||||
left: 94.833333%;
|
||||
top: -2px;
|
||||
.btn {
|
||||
position: absolute;
|
||||
|
|
|
@ -162,12 +162,6 @@ nav{
|
|||
}
|
||||
}
|
||||
}
|
||||
ul {
|
||||
&.dropdown-menu {
|
||||
min-width: 10rem !important;
|
||||
padding: .5rem 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen {
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
.t-bg-collection .t-collection--info .t-collection--info-description-text.dotmore.full-story .toggle::before {
|
||||
content: "[ ' . __("Show less", "tainacan-theme") . ' ]";
|
||||
}
|
||||
nav.menu-belowheader #menubelowHeader ul.dropdown-menu {
|
||||
min-width: 10rem !important;
|
||||
}
|
||||
</style>';
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue