Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1426436

    tedwalid
    Participant
    This reply has been marked as private.
    #1426784

    Rad
    Moderator

    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.

    #1427026

    tedwalid
    Participant
    This reply has been marked as private.
    #1427036

    tedwalid
    Participant

    just to let you know, I did what you told me :

    @media (min-width: 980px) {

    /* custom CSS here */

    }

    and it worked on mobile.

    #1427193

    Rad
    Moderator

    Glad to hear there, let us know if you have further issues related to this 🙂

    Thanks!

    #1427589

    tedwalid
    Participant

    Hi,

    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

    Attachments:
    You must be logged in to view attached files.
    #1427819

    Christopher
    Moderator

    Hi there,

    Please provide us with URL of page in question and valid login credentials.

    Thanks.

    #1428063

    tedwalid
    Participant
    This reply has been marked as private.
    #1428849

    tedwalid
    Participant

    Hello,

    Did you manage to fix the issue with cornerstone ?

    Thank you.

    #1428998

    Rad
    Moderator

    Hi 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.

    #1429065

    tedwalid
    Participant

    Hello,

    Thanks, it helped.

    However, the titles are stil on the left.

    Please check the attachment.

    Attachments:
    You must be logged in to view attached files.
    #1429114

    Rad
    Moderator

    Hi 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.

    #1429127

    tedwalid
    Participant

    It worked.

    Thanks for the great support.

    #1429132

    Rahul
    Moderator

    Glad we were able to help you out.

    Thanks for choosing the X-theme. 🙂