Issues with blog page

  1. Any url’s inside blog get extra spacing before and after which is not needed.
  2. Title is missing when you click into any blog page (e.g. https://remitr.com/blog/pay-international-contractors/)

Hello Sandeep,

Thanks for posting in!

1.) You are experiencing this issue because you have used this custom css code:

a {
    padding: 8px;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

This will add a left and right padding of 8 pixels and that this code will also be applied in all the links that you may add inside the post content.

2.) Your post title is not missing. It is just not invisible because it is behind the header.

Please edit your header and change the initial position of your bar from absolute to relative.

Hope this helps.

Thank you. Regarding 1, where do we enter the custom css for the padding?

Hey Sandeep,

You need to find and remove the above CSS code to fix the padding issue. It seems like you’ve added the code in the header. Please check your header and remove the code mentioned by Runel. You can also check the Theme Options > CSS section if you don’t find the code.

Hope this helps!

thanks - where is the css header set ? we got this theme recently and are not able to see the padding css anywhere

Hi Sandeep,

Please check under Pro > Theme Options > CSS



If nothing there please provide login credentials in a secure note so we can take a closer look.

Cheers!

we. couldn’t find it there…

Hello Sandeep,

You cannot find it in the Theme Options because you have added it in one of the Global Blocks that you added in your header. I already removed the padding.

Please check your site again.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.