Hi,
Here is my url http://our*littlecompany.com.sg/s*ilamir/ (remove the *)I have put this html in the caption :
<p style=”font-size:33px; color: #ffffff; line-height:38px; padding: 10px 15px; background: none repeat scroll 0 0 rgba(0,147,209,0.5);”>title<span style=”font-size:22px; font-style: italic; “></br>subtitle</span></p>
I need it to look like this but, it is not “liquid” anymore, any idea how I could keep it look good on different screen size?
Thanks
Hi,
Add a unique selector for the p tag and the span tag. Then add the styling on your custom.css.
<p class="unique-p-id">Title</p><br><span class="unique-span-id">Subtitle</span>
Use Media Queries to make them responsive. Read Nick’s instructions here: https://kriesi.at/support/topic/responsive-problem#post-120098
Regards,
Ismael