rtl support in prettyphoto theme. closes #7686
This commit is contained in:
parent
019e0b8728
commit
103b4cf31b
File diff suppressed because one or more lines are too long
|
@ -232,6 +232,15 @@ div.pp_woocommerce {
|
|||
}
|
||||
}
|
||||
|
||||
// RTL support
|
||||
.rtl {
|
||||
div.pp_woocommerce {
|
||||
.pp_content_container {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
div.pp_woocommerce {
|
||||
left: 5% !important;
|
||||
|
|
Loading…
Reference in New Issue