Hello,
how to indent only the Nested slides (Header and content) ?
I have seen that the nested slides are already indented and aligned to the content of the items,
but for the nested slides the indentation is little and not too noticeable; I think that would be better if is possible add more indentation but only to the nested slides and them contents.
I tried to add padding in the accordionfaq.css at line 218
| Code: |
.accordionfaq div.accordionfaqitem
{
margin:5px 0px;
padding: 0px 60px 0px 60px;
position: relative;
zoom: 1;
}
|
but the result is not good because the content of the nested slides is still much more indented; furthermore if I have a table with fixed, dimensions it is not well displayed because it goes out of the border of the module.
Thank you for patience
Regards