Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Layout problems

More
1 year 5 months ago #5781 by syw
Replied by syw on topic Layout problems
Yes, you could bypass the restrictions by using:
.head_left .newsinfooverhead { display: block !important }

Olivier.

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

More
1 year 5 months ago #5782 by Wortmann
Replied by Wortmann on topic Layout problems
ok, I put this string in the css override from the module. Is that right?
Complete string is
#lnee_153.head_left .newsinfooverhead { display: block !important }
This seems wrong, because I can't see an effect...

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

More
1 year 5 months ago #5783 by syw
Replied by syw on topic Layout problems
You should have a space after 153

Olivier.

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

More
1 year 5 months ago #5784 by Wortmann
Replied by Wortmann on topic Layout problems
Unfortunately without an effect. Also with
#lnee_153 .head_left .newsinfooverhead { display: block !important; }

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

More
1 year 5 months ago #5785 by syw
Replied by syw on topic Layout problems
Depending on the configuration, you may need to use head_right instead of head_left. I am not on a computer right now so it's difficult to check the site's code source.

Olivier.

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

More
1 year 5 months ago #5786 by Wortmann
Replied by Wortmann on topic Layout problems
Now it runs :)
With this configuration

Style -> "Original"
Layout -> default, Column
Head -> Position Left
Body Alignment -> Default
Title -> Position Before Head YES
Text -> Wrap YES
CSS overrides -> #lnee_153 .head_left .newsinfooverhead { display: block !important; }

Thank you for your patience!

Last (?) Question:
Is it possible to set a line between the articles? (Like <hr/>)

 

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