When I add a Hero Caption Title to a Portfolio Item that is longer than about 2 average words, the title will wrap and become left justified (with no margin on mobile).
When the Hero Caption Title is shorter in length, it is centered - which is what is shown on your demo.
This text wrap logic seems like an error. How would I adjust this element? I'd like to control 1) if it text wraps have it remain centered, and 2) if i want it left justified, how do I control that and ensure that it respects the page margin?
Hi!
When I add a Hero Caption Title to a Portfolio Item that is longer than about 2 average words, the title will wrap and become left justified (with no margin on mobile).
When the Hero Caption Title is shorter in length, it is centered - which is what is shown on your demo.
This text wrap logic seems like an error. How would I adjust this element? I'd like to control 1) if it text wraps have it remain centered, and 2) if i want it left justified, how do I control that and ensure that it respects the page margin?
Thanks for your help!
Hi Dylan,
try the following in customizer -> additional CSS:
@media only screen and (max-width: 767px){
.title div {
display: inline-block;
float: none;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy