- This topic has 12 replies, 2 voices, and was last updated 1 year, 11 months ago by
Skandha.
-
AuthorPosts
-
December 19, 2021 at 11:43 pm #296205
Dirk
ParticipantHi,
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.ovhThank you very much in advance for your support.
Best,
DirkDecember 20, 2021 at 1:19 am #296232Skandha
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
December 20, 2021 at 5:04 am #296269Dirk
ParticipantThank you so much Skandha, this works like a charm.
Happy regards,
DirkDecember 20, 2021 at 5:43 am #296274Skandha
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
December 20, 2021 at 6:08 am #296277Dirk
ParticipantHi 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,
DirkDecember 20, 2021 at 6:42 am #296279Dirk
ParticipantAnd also the featured content section does not align with the same css code
December 20, 2021 at 6:46 am #296280Skandha
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
December 20, 2021 at 6:49 am #296281Skandha
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
December 20, 2021 at 7:01 am #296282Dirk
ParticipantBrilliant Skandha, that did the job.
Thank you again for your great support, offcourse I wil return you a golden review!
Bye Bye,
DirkDecember 20, 2021 at 9:09 am #296289Dirk
ParticipantHi Skandha,
Sorry to bother you for the last time: How can I get the Hero content sections left aligned?
Thank you,
DirkDecember 21, 2021 at 1:10 am #296324Skandha
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
December 21, 2021 at 2:56 am #296326Dirk
ParticipantYes, so many thank’s again Skandha, now the website is ‘ready for takeoff’
Greatful regards,
DirkDecember 21, 2021 at 6:08 am #296337Skandha
Participant@italianfox: Thank you for the wonderful review. Glad I could help you out! Have a good day! 🙂
Kind Regards,
Skandha
-
AuthorPosts
- The topic ‘Align text in featured content, team and services area’ is closed to new replies.