• It doesn’t show up in the html of posts but the first sentence in the second paragraph is always indented by default.

    How can I change this? Especially if it doesn’t show up in the html. I generally don’t indent paragraphs and it looks funny with the second paragraph always being the only one indented.

Viewing 7 replies - 1 through 7 (of 7 total)
  • It may be a feature/characteristic of the theme you’re using. Can you share a link to a live example so the indentation issue can be viewed?

    Thread Starter Nabonga

    (@nabonga)

    https://www.builtreport.com/the-built-report-training-principles/ is an example. The second paragraph is indented and I can’t seem to change it. The html indicates nothing different between the 2nd paragraph and any other paragraphs.

    There’s an empty <div> with the class “mh-content-ad” right before the second paragraph. From the name, it looks like it’s used for an ad in the middle of a post. You could remove the space by removing the margins with this custom CSS, either using a plugin or your theme’s built-in custom CSS option:

    .mh-content-ad {
      margin: 0;
    }

    There may also be an option in your theme to remove the advertising area, but as you appear to be using the premium version of the theme, your best bet would be to ask your theme’s vendors.

    Thread Starter Nabonga

    (@nabonga)

    Until now, I’ve never looked at the Wordpage page source, only the visual and text on the edit page. It seems strange to have space for a default ad in every second paragraph. I sent the vendor a “support request” as to why the indent but they seem to be restructuring their website and support in some fashion so it may be longer than in the past to get a response from them. I hope its not the new normal as they used to have great technical support and also a forum until recently. Thanks for your reply.

    Hi Nabonga,

    it seems you’ve added something in the “Content Ad on Posts” field within your WordPress dashboard under “Appearance => Customize => Theme Options => Advertising”. That means to solve your issue, you could delete what you’ve entered there and the indent should disappear. As an alternative you could also hide it with CSS (probably not necessary):

    .mh-content-ad { display: none; }

    You can find more information here.

    We’ve also already responded to your support request an hour ago (on saturday), within 4 hours. Although it was middle of the night here when you sent the support request as we’re located in Europe. In response to:

    It may be longer than in the past to get a response from them. I hope its not the new normal as they used to have great technical support and also a forum until recently.

    In case you have any additional questions regarding your theme, please send a support request through your account and our support staff will be more than happy to assist. ??

    Thread Starter Nabonga

    (@nabonga)

    Thanks MH Themes, I responded back via email to your email.

    I didn’t have anything typed in under Customizing>Theme Options>Advertising section so I pasted in the CSS you supplied and that worked.

    After doing some troubleshooting with Nabonga it turned out that the input field for the “Content Ad on Posts” wasn’t empty. So in case anyone has the same issue, please ensure that you haven’t entered something in that field, because if you have, the HTML markup for the ad will be printed.

    In case you need help with your premium theme by MH Themes, please contact us directly as premium themes are not supported on www.remarpro.com.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change 2nd paragraph that is always indented by default?’ is closed to new replies.