- This topic has 7 replies, 3 voices, and was last updated 1 month ago by
tikaram.
-
AuthorPosts
-
February 3, 2023 at 1:55 pm #315307
hschwind
ParticipantWhy is the menu item Padding as described in wordpress.com missing in the right sidebar?
February 4, 2023 at 12:12 am #315315tikaram
Keymaster@hschwind : Can you please post in your site URL so that I can check for issue on your site. Can you please explain in more detail regarding the issue.
Regards,
TikaramFebruary 5, 2023 at 12:49 am #315319hschwind
ParticipantI want to have the text indented (padding) in a column that is colored.
However, it is not possible in WordPress Theme Catch Revolution Pro, because in the WordPress block for columns the menu item is missing. According to WordPress, however, this is available since WordPress 5.9.See the right column on the page:
https://www.tv1844idstein.de/startseite-2/ballsport/badmintonsee WordPress:
https://wpdevelopment.courses/articles/block-gap-margin-padding/February 5, 2023 at 2:55 am #315330tikaram
Keymaster@hschwind : The feature is available in Full Site Editing (FSE) Themes. Catch Revolution Pro is based on customizer and it is not FSE theme. If you would like to make any changes with the help of css you can add custom css from the customizer.
Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css..wp-block-image { padding: 0 10px 0 10px; }
Let me know if this helps you out.
Regards,
TikaramFebruary 16, 2023 at 12:22 pm #315816hschwind
ParticipantUnfortunately it did not work.
Hermann
February 16, 2023 at 3:08 pm #315820Sakin
KeymasterHi Hermann,
For the column block with the background color, you can adjust the padding as per your need in the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:
.wp-block-column.has-background { padding: 10px }
Regards,
SakinFebruary 20, 2023 at 9:09 am #315933hschwind
Participantsorry – it did not work
February 21, 2023 at 1:41 am #315942 -
AuthorPosts
- You must be logged in to reply to this topic.