Site logo

Archived topic

CSS issue

3 replies · Started by Sebastien on July 4, 2019

Viewing posts 1–4 of 4

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

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 :)

Thanks Leo that works great !!! :D

No problem :)

This archived topic is closed to new replies.