Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #315307
    hschwind
    Participant

    Why is the menu item Padding as described in wordpress.com missing in the right sidebar?

    #315315
    tikaram
    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,
    Tikaram

    #315319
    hschwind
    Participant

    I 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/badminton

    see WordPress:
    https://wpdevelopment.courses/articles/block-gap-margin-padding/

    #315330
    tikaram
    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,
    Tikaram

     

    #315816
    hschwind
    Participant

    Unfortunately it did not work.

    Hermann

    #315820
    Sakin
    Keymaster

    Hi 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,
    Sakin

    #315933
    hschwind
    Participant

    sorry – it did not work

    #315942
    tikaram
    Keymaster

    @hschwind : If  you would like to add padding to the text please add the following additional css.

    .wp-block-column.has-background .event-list p {
        padding-left: 20px;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Collumn block’ is closed to new replies.