• I am using medzone lite. I have created website with my local language which is URDU, my language text direction is from right to left. I am unable to find the way to align my text. Some of the text i have aligned with Additional CSS. Now i am trying to align “Testimonial Section Headings” but when i use CSS all the other sections also disturb. How to do that? And in HERO section the icons are clickable but how can i link this to external link? I have read your 1 years old post in which you said that you will update the feature, but still no update? Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @rizwanwaris,

    To align your testimonial titles please add the following code in Appearance > Customize > Additional CSS:

    .testimonial h6 {
    	text-align: right;
    }

    This should fix it.

    Regarding the call to actions, it is on our roadmap but at the moment we do not have an ETA for it.

    Warmly,
    Mihaela

    Thread Starter rizwanwaris

    (@rizwanwaris)

    Thank you very much for your reply.
    This has fixed the testimonial heading to right. But did not fix the below sub heading.
    And one more thing is that when i go to Widgets > [Footer] Slidebar#2. There is a widget with the name “Featured Doctors” every thing is fine except when i enter Custom URL the “Book appointment” button will appear but on front end when I click on it, it does not work, and when i move my mouse pointer over it, it shows “https://www.mydomain.com/#” how to fix this ?

    • This reply was modified 4 years, 9 months ago by rizwanwaris.

    Hello @rizwanwaris,

    To also align the subheading please use this code as well:

    .testimonial p {
    	text-align: right;
    }

    I just checked this and you are correct, it seems to be a bug.
    I have opened a ticket regarding this and we will fix it in our next update.

    Thank you,
    Mihaela

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text Alignment Problem’ is closed to new replies.