• Hi, we are happily using your template so thanks for all the great work that you do,

    However we are always shocked that you guys never add your own fixes to your theme.

    From the top of my head:

    YouTube videos:

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    display: none;
    }

    We still need that code to get rid of the huge space above videos.

    Default media and text gutenberg block also shows issues of no spacing in mobile view, solved with:

    .wp-block-media-text .wp-block-media-text__media {
        margin: 20px 0;
    }

    Then you have the topbar issue where the max width of your customizer is ignored with:

    #topbar-template, #top-bar-content {
        width: 100%;
    }

    And of course the hyperlinks recent issue which none of your updates fixed, maybe is a WP requirement for acccesibility but annoying indeed:

    body a {
    text-decoration:none!important;
    }

    Could you please check those things, there are many CSS issues with your default template installation and default gutenberg blocks.

    There are issues also with tables (gutenberg again) that ruin the max width of pages.

    Regards

    • This topic was modified 3 years, 9 months ago by Manu.
    • This topic was modified 3 years, 9 months ago by Manu.
    • This topic was modified 3 years, 9 months ago by Manu.
    • This topic was modified 3 years, 9 months ago by Manu.
    • This topic was modified 3 years, 9 months ago by Manu.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    We are most certainly thankful for your help.

    I have passed this to the concerned dev team to look into it.

    Thread Starter Manu

    (@manuxx34)

    Thanks, by the way the YouTube issue is not fixed and present for the last 2 years, that code only solves it for Chrome but I will make another post on that,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can you please add fixes to your code?’ is closed to new replies.