Can you please add fixes to your code?
-
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
- The topic ‘Can you please add fixes to your code?’ is closed to new replies.