Post Breadcrumbs hide behind post background in Desktop When i choose the 5th layout in single Post

This topic has 4 replies, 2 voices, and was last updated 5 months, 1 weeks ago ago by Tony Rodriguez

  • Avatar: Rodlens Hora
    Rodlens Hora
    Participant
    December 9, 2023 at 05:02

    Post Breadcrumbs hide behind post background in Desktop When i choose the 5th layout in single Post i think is magin or padding problem but it looks good on mobile device

    and remove the post title on the comment section because it is too big or design better

    And the list or the number list is not displayed as it should. There is no space in the beginning. i think is a bug

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 9, 2023 at 05:54

    Hello, @Rodlens Hora,

    1. We are delighted to inform you that the issue you encountered with your website has been successfully resolved. We kindly ask that you revisit your site after clearing your browser’s cache. The problem stemmed from a conflict with your custom CSS code. We have taken the liberty of commenting out the problematic code and implementing new CSS. For a clearer understanding, please refer to the following screenshots:

    https://ibb.co/fNrKqYg
    https://ibb.co/MkQ2JPr

    2. Additionally, to remove the post title from the comment section, please insert the CSS code provided below into the following path on your website: Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Once you have done this, please clear your browser cache and review your site to confirm the changes.

    .single-post .comments h4.title-alt span {
        display: none !important;
    }

    3. Lastly, we would appreciate it if you could provide us with a screenshot to clarify which list space you are referring to. This will enable us to assist you more effectively.

    We value your cooperation and look forward to your prompt response.

    Best Regards,
    The 8Theme Team

    Avatar: Rodlens Hora
    Rodlens Hora
    Participant
    December 9, 2023 at 07:09

    Thanks
    1thThe post breadcrumbs now have a big padding or magin in phone and tablet

    2th i want the comments title and the count to display when there is a comment . don’t display it if there is no comment. Example : 2 Comments

    3th video link is in the private conten area for (List)

    Please contact administrator
    for this information.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 9, 2023 at 10:09

    Hello, @Rodlens Hora,

    We hope this message finds you well. Kindly follow the instructions provided below to implement the necessary CSS code adjustments to your website:

    1. Navigate to Xstore >> Theme Options >> Theme Custom CSS >> Mobile and Tablet, and insert the following CSS code. Once you have done so, please clear your browser cache and revisit your site to observe the changes.

    .single-post .page-heading .title {
        display: none !important;
    }

    2. We regret to inform you that the customization you are requesting is not feasible. This is due to the fact that all reviews, regardless of their quantity, share the same CSS classes, which prevents the CSS from being applied correctly in the manner you have specified.

    3. For global CSS adjustments, please copy and paste the following code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. After applying the code, ensure that you clear your browser cache before checking your site again.

    .single-post .content ul {
        padding-left: 40px !important;
    }
    .single-post .content ol {
        padding-left: 40px !important;
    }

    We appreciate your attention to these matters and thank you for your cooperation.

    Best Regards,
    The 8Theme Team

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Post Breadcrumbs hide behind post background in Desktop When i choose the 5th layout in single Post’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.