• Hi,

    This is my link page -> https://thefinance.sg/links/

    I’ll like to know how I can reduce the spacing after each link. There is also a large empty space before a new link category “Market News & Data” which I would like to remove.

    I’m not really good at CSS so I’m hopping someone one could help.

    Thanks.

Viewing 1 replies (of 1 total)
  • Purab

    (@wordpressapi)

    You used the thesis_18 as wordpress theme. That is not a css issue. you need to modify the theme code for resolving the issue. They used tag on upper side of “Market News & Data”.
    If you want to remove the spacing between lines then you need to change the following file.
    https://thefinance.sg/wp-content/themes/thesis_18/custom/layout.css

    This file will you will found in theme folder.
    just change following value
    margin-bottom:1.467em;
    to
    margin-bottom:1.0em;
    That will solve your issue 80% percent.

    If you still facing the issue then write to me at [email address removed due to your URL is in violation of the WordPress trademark usage policy (see https://wordpressfoundation.org/trademark-policy/ for details)]

Viewing 1 replies (of 1 total)
  • The topic ‘Link break after each feeds.’ is closed to new replies.