responsive fix again
This commit is contained in:
parent
df77bd6ac9
commit
bb3be04aa3
|
@ -1445,6 +1445,29 @@ h4.mep-cart-table-title {
|
|||
.mep-event-datetime {
|
||||
padding: 0;
|
||||
}
|
||||
.mep-default-content {
|
||||
width: 100%;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
padding-right: 0;
|
||||
}
|
||||
.mep-default-feature-date, .mep-default-feature-location, .mep-default-feature-time {
|
||||
width: 100%;
|
||||
float: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.mep-default-feature-cart-sec button.single_add_to_cart_button.button.alt.btn-mep-event-cart {
|
||||
margin: 0 auto!important;
|
||||
width: auto;
|
||||
display: inherit;
|
||||
padding: 6px 30px!important;
|
||||
}
|
||||
.mep-default-sidebar {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 320px) and (max-width: 479px) {
|
||||
.mep-events-wrapper {
|
||||
|
@ -1536,6 +1559,29 @@ h4.mep-cart-table-title {
|
|||
.mep-cat-control {
|
||||
width: 49%;
|
||||
}
|
||||
.mep-default-content {
|
||||
width: 100%;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
padding-right: 0;
|
||||
}
|
||||
.mep-default-feature-date, .mep-default-feature-location, .mep-default-feature-time {
|
||||
width: 100%;
|
||||
float: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.mep-default-feature-cart-sec button.single_add_to_cart_button.button.alt.btn-mep-event-cart {
|
||||
margin: 0 auto!important;
|
||||
width: auto;
|
||||
display: inherit;
|
||||
padding: 6px 30px!important;
|
||||
}
|
||||
.mep-default-sidebar {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 319px) {
|
||||
|
@ -1585,4 +1631,27 @@ h4.mep-cart-table-title {
|
|||
.mep-event-datetime {
|
||||
padding: 0;
|
||||
}
|
||||
.mep-default-content {
|
||||
width: 100%;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
padding-right: 0;
|
||||
}
|
||||
.mep-default-feature-date, .mep-default-feature-location, .mep-default-feature-time {
|
||||
width: 100%;
|
||||
float: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.mep-default-feature-cart-sec button.single_add_to_cart_button.button.alt.btn-mep-event-cart {
|
||||
margin: 0 auto!important;
|
||||
width: auto;
|
||||
display: inherit;
|
||||
padding: 6px 30px!important;
|
||||
}
|
||||
.mep-default-sidebar {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue