[Resolved] CSS issue

Home Forums Support [Resolved] CSS issue

Home Forums Support CSS issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #949362
    Sebastien

    Hi,

    I get 2 Css issue:

    1) Into the Gutenberg block Media & Text, the element image margin is not alligned as it should be, as you can see to the right of the H1.
    2) I also made an accordion (in blue) in html using <ul><details><summary> with list-style: none; to hide the marker. But the left space dued to the initial marker’s margin is still displayed… is there any way to retrieve a normal (without margin) situation?

    thanks

    #949385
    Leo
    Staff
    Customer Support

    Hi there,

    1. Can you try unchecking the align wide option?

    2. If I understand this correctly, this should work:

    ul.slides {
        margin: 0;
    }

    Let me know πŸ™‚

    #949587
    Sebastien

    Thanks Leo that works great !!! πŸ˜€

    #949892
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.