Fix align on home collection

This commit is contained in:
Fabiano Alencar 2018-08-22 14:09:32 -03:00
parent 61413469c9
commit 7f07cdf4ec
3 changed files with 4 additions and 7 deletions

View File

@ -204,7 +204,7 @@
@extend .absolute-center;
width: 35px;
height: 35px;
left: 95.833333%;
left: 94.833333%;
top: -2px;
.btn {
position: absolute;

View File

@ -162,12 +162,6 @@ nav{
}
}
}
ul {
&.dropdown-menu {
min-width: 10rem !important;
padding: .5rem 0 !important;
}
}
}
}
@media screen {

View File

@ -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>';
?>