This topic has 10 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi
When we write text inside the quote box here:
https://www.dropbox.com/s/2hxqhnm0unsyh33/layout-challenge.jpg?dl=0
…the box is not expanding, getting bigger? What can we do?
You can also look here: http://www.smooff.net
Hello
The line crossing your text is an image background. You may place it lower with following code:
.wpb_wrapper .vc_custom_1432205338453 {background-position: -90px 10px !important;}
With best regards
Brian Johnson
Should I put it inside the Text Block Settings: Extra class name? or where
So are you saying that there is no room for more text than the size of the bg image?
best regards
Tonny
Hello
I have found the better solution in case you will use quotes once per site. You may add this code in custom.css :
.vc_custom_1432210490716{background-size: cover;}
It will work for this row.
With best regards
Brian Johnson
Thanks Brian,
I have just tried your code, and tested the text layout, I dont think it works? or do I do something wrong? see http://www.smooff.net
Hello,
I’ve added line-height: 1;
to style the text in the text editor where your content is added.
Please clear browser cache and check now.
Regards,
Eva Kemp.
Hi Eva,
It looks good on normal computer, but not on mobile? See:
https://www.dropbox.com/s/8wipy7ldkqmnyv9/quote%20on%20mobile.png?dl=0
regards
Tonny
Hello,
Try to use this code in custom.css file:
@media (max-width: 480px) {.vc_custom_1432721027812 p {
line-height: 1 !important;
}}
Regards,
Eva Kemp.
it works – thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling, issue, quote, styling, themes, woocommerce
The issue related to '‘quote box styling issue?’' has been successfully resolved, and the topic is now closed for further responses