Styling issue: Missing a space between Continue Course text

Home Forums Legacy Support Support queries Styling issues Styling issue: Missing a space between Continue Course text

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #33388
    sirajcmr
    Spectator
    Hi Support team, When I am at the homepage of modern theme, the continue course text is shown without any space. May I know how to add a space between the word Continue course. Could you also tell me why the Continue course text is BIG compared to the word FREE on the same page Regards
    #33487
    H.K. Latiyan
    Participant
    Yes its a styling bug thanx for reporting this to us. QUICK FIX: Please use this custom css:
    .home .course_price a strong span {
    padding-left:5px;
    }
    #33488
    sirajcmr
    Spectator
    Thank you, will try that today and update you. Regards
    #33545
    sirajcmr
    Spectator
    Thank you, I have made some progress :) Here is my observation:  If I am not using Sitelock feature, then the code provided above works fine and issue is solved. Great job If you are using Sitelock feature, then homepage address will be like  www.wesbsite.com/home, in this page, the code you shared does not work. It shows same old issue Thank you for your quick assistance Regards  
    #34022
    H.K. Latiyan
    Participant
    For site lock remove .home from the above css.
    .course_price a strong span {
    padding-left:5px;
    }
    #34023
    H.K. Latiyan
    Participant
    Or you can use this custom css:
    .block.modern_course .course_price a strong span {
    padding-left:5px;
    }
    #34067
    sirajcmr
    Spectator
    Thank you :)
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Styling issue: Missing a space between Continue Course text’ is closed to new replies.