Related Items Extended - CSS problem

  • Posted by TemplatePlazza (5310) Offline
Can you try to add this code to your css file :
.ac header {
display:block!important;
white-space:nowrap!important;}
9 years 2 months ago #7 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Horizontal scroll is appearing 'cause nowrap.
9 years 2 months ago #8 by Tatyana

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline

Horizontal scroll is appearing 'cause nowrap.

Try to add overflow:hidden to the module wrapper.

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
9 years 2 months ago #9 by TemplatePlazza

Please Log in or Create an account to join the conversation.

I think the problem is because sometimes the article title is too long

No, look at the attachment $3.

Try to add overflow:hidden to the module wrapper.

Are you kidding me? It is NOT a solution for commercial extension.
9 years 2 months ago #10 by Tatyana

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline

Are you kidding me? It is NOT a solution for commercial extension.

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 :
.class_name_of_your_module_wrapper .ac {
overflow:hidden!important;}
or if you have no idea about the 'class_name_of_your_module_wrapper' you can try to use
.ac {
overflow:hidden!important;}
9 years 2 months ago #11 by TemplatePlazza

Please Log in or Create an account to join the conversation.

I don't want to use property "overflow:hidden" taking a part of content invisible.

because sometimes the article title is too long

Are you serious? Are there any restrictions on title length?
9 years 2 months ago #12 by Tatyana

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum