Different spacing in the H1

Hi, on my website, I noticed that the spacing of the H1 in the portfolio posts is different (margin-left) than that in the blog posts. How to change this?

Portfolio:

News:



Comments

  • Hi,

    There is one div missing. I have passed it to the dev team, and we will add it in the upcoming update.

    For now, please, use the following CSS code:

    .single-portfolio .entry-title{
       margin-left: 12px;
       margin-right: 12px;
    }
    

    After the update, please, remove it.


    Best regards

  • edited November 2022

    Thank you!

    I have another question about the H1/headline. On mobile devices the font does not scale down. All other headlines do that without any problems. Just not with the posts or the portfolio headlines.

  • You have a custom CSS code, that overwrites the settings for all widths (from mobile to desktop).

    You can find this CSS in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • edited November 2022

    Oh, thank you!

    But now the Headline in my Posts (H1) are smaller on mobile than on other Sites (H1)

  • In Betheme -> Theme options -> Fonts -> Size & Style, you can disable the Auto font size, and set the sizes for tablets and mobiles manually.

    Best regards

Sign In or Register to comment.