Tagged: x
-
AuthorPosts
-
March 31, 2017 at 11:10 am #1426436This reply has been marked as private.March 31, 2017 at 9:05 pm #1426784
Hi there,
Please provide your login credentials. For the meantime, please wrap all the CSS provided on this thread with
@media (min-width: 980px)
to make sure mobiles aren’t affected.Example
@media (min-width: 980px) { /* custom CSS here */ }
Thanks.
April 1, 2017 at 2:41 pm #1427026This reply has been marked as private.April 1, 2017 at 3:06 pm #1427036just to let you know, I did what you told me :
@media (min-width: 980px) {
/* custom CSS here */
}
and it worked on mobile.
April 1, 2017 at 10:44 pm #1427193Glad to hear there, let us know if you have further issues related to this 🙂
Thanks!
April 2, 2017 at 3:33 pm #1427589Hi,
Actually, there still is a little issue.
Its about cornerstone.
When we edit the page in arabic, the feature list doesn’t work properly. The connector are always at the opposite of the graphic.
Please have a look at the picture.Thank you
April 3, 2017 at 12:27 am #1427819Hi there,
Please provide us with URL of page in question and valid login credentials.
Thanks.
April 3, 2017 at 10:25 am #1428063This reply has been marked as private.April 4, 2017 at 1:11 pm #1428849Hello,
Did you manage to fix the issue with cornerstone ?
Thank you.
April 5, 2017 at 9:09 pm #1428998Hi there,
Please add this CSS to Admin > Appearance > Customizer > Custom > CSS
body.rtl .x-feature-box-connector { left: calc(100% - 51px) !important; right: auto !important; }
Hope this helps.
April 6, 2017 at 11:37 am #1429065Hello,
Thanks, it helped.
However, the titles are stil on the left.
Please check the attachment.
April 6, 2017 at 10:16 pm #1429114Hi there,
Please add this as well,
body.rtl .x-feature-box-title, body.rtl .x-feature-box-text { direction: rtl; text-align: right; }
Hope this helps.
April 7, 2017 at 7:48 am #1429127It worked.
Thanks for the great support.
April 7, 2017 at 10:02 am #1429132Glad we were able to help you out.
Thanks for choosing the X-theme. 🙂
-
AuthorPosts