Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #296205
    Dirk
    Participant

    Hi,

    In the featured content, team and services area on the website the text is centred (in the page and post I use text is centered left), I would like to have it left aligned. How can I do that?
    https://voorbeeld.ovh

    Thank you very much in advance for your support.

    Best,
    Dirk

    #296232
    Skandha
    Participant

    @italianfox: Hello Dirk,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .services-section .entry-container, .team-section .entry-container {
    text-align: left !important;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296269
    Dirk
    Participant

    Thank you so much Skandha, this works like a charm.
    Happy regards,
    Dirk

    #296274
    Skandha
    Participant

    @italianfox: Hello Dirk, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,

    Skandha

    #296277
    Dirk
    Participant

    Hi Skandha,

    I tried to do the same CSS code for Why choose us section and Testiomonials section but thatdoes not work. Is there another CSS code for those sections?
    Thank you,
    Dirk

    #296279
    Dirk
    Participant

    And also the featured content section does not align with the same css code

    #296280
    Skandha
    Participant

    @italianfox: Hello Dirk,

    For Why Choose Us and Testimonial section

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonial-section .entry-container, .why-choose-us-section .entry-container {
    text-align: left !important;
    }
    .why-choose-us-section .section-heading-wrapper {
    text-align: left !important;
    margin: unset;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296281
    Skandha
    Participant

    @italianfox: Hello Dirk,

    For the Featured Content section add the following CSS Code.

    .featured-content-section .entry-container {
    text-align: left !important;
    }
    .featured-content-section .section-heading-wrapper {
    margin: unset;
    text-align: left;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296282
    Dirk
    Participant

    Brilliant Skandha, that did the job.

    Thank you again for your great support, offcourse I wil return you a golden review!
    Bye Bye,
    Dirk

    #296289
    Dirk
    Participant

    Hi Skandha,

    Sorry to bother you for the last time: How can I get the Hero content sections left aligned?
    Thank you,
    Dirk

    #296324
    Skandha
    Participant

    @italianfox: Hello Dirk,

    For the Hero Content section add the following CSS Code.

    #hero-content .entry-container {
    text-align: left;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296326
    Dirk
    Participant

    Yes, so many thank’s again Skandha, now the website is ‘ready for takeoff’

    Greatful regards,
    Dirk

    #296337
    Skandha
    Participant

    @italianfox: Thank you for the wonderful review. Glad I could help you out!  Have a good day! 🙂

    Kind Regards,

    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Align text in featured content, team and services area’ is closed to new replies.