-
Issue description:
Can anyone suggest how I can align the text for the “Name / Description and Project Details” to centre please? -
Link to the page with the widget in question:
2 Likes
Hi there, @Elizabeth_Foley and welcome to the Community
Please add this code to the Custom CSS field on the Style tab of your widget’s settings:
.global-styles,.eapp-portfolio-project-detailed-name {
text-align: center;
}
.global-styles, .eapp-portfolio-project-detailed-description, .eapp-portfolio-project-detailed-description * {
text-align:center;
}
.global-styles,
.eapp-portfolio-project-detailed-media-description,
.eapp-portfolio-project-detailed-meta {
justify-content: center;
}
Try it out and let me know if you like the result
2 Likes
@Max Thank you so much, this worked perfect.
2 Likes
It’s my pleasure
1 Like