Related Items Extended - CSS problem
- Posted by TemplatePlazza (5310) Offline
Can you try to add this code to your css file :
9 years 2 months ago #7
by TemplatePlazza
.ac header {
display:block!important;
white-space:nowrap!important;}
Please Log in or Create an account to join the conversation.
- Posted by Tatyana (7) Offline
- Posted by TemplatePlazza (5310) Offline
Try to add overflow:hidden to the module wrapper.Horizontal scroll is appearing 'cause nowrap.
I think the problem is because sometimes the article title is too long so the module wrapper push the title so it's displayed at the below of the thumbnail.
Alternative solution, maybe you can also try to decrease the font size for the title
Please Log in or Create an account to join the conversation.
- Posted by Tatyana (7) Offline
No, look at the attachment $3.I think the problem is because sometimes the article title is too long
Are you kidding me? It is NOT a solution for commercial extension.Try to add overflow:hidden to the module wrapper.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
I'm not kidding, from your previous answer about how" horizontal scrolling appearing because of nowrap" I was assuming you know about css and know how to add code to css. And also I don't know about your html structure because your website is still on localhost so I don't know what tag or class is wrapping the module so I can't suggest you the proper code. But if you want to try you can use this code :Are you kidding me? It is NOT a solution for commercial extension.
.class_name_of_your_module_wrapper .ac {
overflow:hidden!important;}
.ac {
overflow:hidden!important;}
Please Log in or Create an account to join the conversation.
- Posted by Tatyana (7) Offline
I don't want to use property "overflow:hidden" taking a part of content invisible.
9 years 2 months ago #12
by Tatyana
Are you serious? Are there any restrictions on title length?because sometimes the article title is too long
Please Log in or Create an account to join the conversation.