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

Leave a review

check space between news title and intro text

More
9 years 2 months ago #4030 by turfreijer
space between news title and intro text was created by turfreijer
Hello Oliver,

I like to get rid off the blank space between the news title and the introtext. Link to my page : www.band-escape.nl
The first item is called "Grandcafe De Plaats" and the introtext is called "Valentijnsparty @ De Plaats ... ". I would like to have no blank space between them.

I use a custom.css file for the code.

Regards and thanks,
Dave

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

More
9 years 2 months ago #4031 by admin
Replied by admin on topic space between news title and intro text
Hello Dave,

you are using the h5 tag to output the title. In your template, all of the header tags have a margin top and bottom of 10px.

Just add .newstitle { margin-bottom: 0 !important; } to your custom.css file to remove the extra space.

Olivier.

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

More
9 years 2 months ago #4032 by turfreijer
Replied by turfreijer on topic space between news title and intro text
That worked as a charm!
Thanks Oliver, have a nice day

Regards,
Dave

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

More
9 years 2 months ago #4033 by admin
Replied by admin on topic space between news title and intro text
You are welcome Dave!

Olivier.

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