rtl support in prettyphoto theme. closes #7686

This commit is contained in:
James Koster 2015-03-13 10:26:13 +00:00
parent 019e0b8728
commit 103b4cf31b
2 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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