List quoted too close to the margin

gizmo_1979
13 Posts
gizmo_1979 posted this 06 October 2020

the defect is visible here:

https://www.sb-lab.eu/trasformatori-per-radio-depoca-costruzione-e-replica/

The numbered list that can be seen just below the beginning of the page shows the numbers adhering to the page border instead should be moved to the right compared to the normal text.

the defect is visible here: https://www.sb-lab.eu/trasformatori-per-radio-depoca-costruzione-e-replica/ The numbered list that can be seen just below the beginning of the page shows the numbers adhering to the page border instead should be moved to the right compared to the normal text.
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 06 October 2020

Hello,

Try adding this code to additional CSS:

p ol {
    padding-left: 15px!important;
}

Gina
Themler support

Hello, Try adding this code to additional CSS: p ol { padding-left: 15px!important; } Gina Themler support
gizmo_1979
13 Posts
gizmo_1979 posted this 16 February 2021

after themler update it seems the flaw is back, the CCS code is inserted into the theme but the block is back too close

after themler update it seems the flaw is back, the CCS code is inserted into the theme but the block is back too close
Support Team
Support Team posted this 19 February 2021

Hello,

Could you please try re-adding the code anew, then clicking on some free space on the right panel, after this save the theme and refresh the page or click Refresh Content. Is the issue still present?

Sincerely,
Nettie

Hello, Could you please try re-adding the code anew, then clicking on some free space on the right panel, after this save the theme and refresh the page or click Refresh Content. Is the issue still present? Sincerely, Nettie
gizmo_1979
13 Posts
gizmo_1979 posted this 21 February 2021

i also tried closing to reopening themler.
I changed the page to not have a blockquote right at the start.

i also tried closing to reopening themler. I changed the page to not have a blockquote right at the start.

Last edited 21 February 2021 by gizmo_1979

gizmo_1979
13 Posts
gizmo_1979 posted this 21 February 2021

another BUG are the numbered lists that touch the margin, always on the same page.

another BUG are the numbered lists that touch the margin, always on the same page.
Support Team
Support Team posted this 16 March 2021

Hello,

I apologize for the delay.

Try adding this code:

.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*=bd-indicators]) {
    padding-left: 15px!important;
}

Gina
Themler Support

Hello, I apologize for the delay. Try adding this code: .bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*=bd-indicators]) { padding-left: 15px!important; } Gina Themler Support
You must log in or register to leave comments