Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    Please add the following CSS code to your WordPress, using Simple Custom CSS plugin, and it will go away:

    .blog {
        line-height: 0 !important;
    }

    Regards,
    Hardeep

    Thread Starter t3jjj

    (@t3jjj)

    You’re awesome. This solved the problem but I am wondering what will happen when you release an update. Will this code addition ‘break’ the theme?

    Thread Starter t3jjj

    (@t3jjj)

    Sorry to write again after the last positive post, but this code did not fix it. After checking the site, the Testimonial section words are now compressed into a single line. Please advise if there is another way to fix this issue.

    Hi,

    Try to also include the following CSS to fix that part:

    .testimonial .feedback-box .message {
        line-height: 1.5 !important;
    }

    And these changes won’t go away as we are storing them in a plugin. ??

    Regards,
    Hardeep

    Thread Starter t3jjj

    (@t3jjj)

    I made the two changes suggested above and now the Team and About Us sections are affected. Any other suggestions?

    How are they affected? What’s weird in them now? ??

    Thread Starter t3jjj

    (@t3jjj)

    I have added the code to the site so you are able to view the problem. The link is https://sycamorehillrv.com/#aboutus

    Hi,

    Please add the following CSS to:

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        line-height: 1.5 !important;
    }

    It should take care of the entire homepage. ??

    Regards,
    Hardeep

    Thread Starter t3jjj

    (@t3jjj)

    I think it is fixed. Thanks…

    Hi,

    I’m glad it’s working properly now. Please consider leaving a review if you like the theme. ??

    Regards,
    Hardeep

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Background Slider Image’ is closed to new replies.