Dear Kriesi,
It seems that the Magazine Element somehow distorts the alignement of other elements within the page. In this concrete example it is the H1 Title Element which is above two Magazine Elements on the page as mentioned below. Can you please help me on how to make the title Element nicely aligned (you see it is too far to the left now)?
Thanks,
R
Hi eKMUch!
Thank you for using our theme.
Turn on the custom CSS for the ALB:
In the custom css field of the special heading add your class:
my_sp_header_align
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.page-id-70 .my_sp_header_align {
padding-left: 25px !important;
}
Cheers!
Günter
Dear Günter,
Thank you for your support. Now I did as you recommended and some issues are resolved but others occur around the magazine element:
1) H1 Title on page has too little spacing to the next element. I can change the “Innenabstand unten (Innenabstand unten in Pixel)” to whatever, but the page doesn’t react to it and the next element keeps on sticking to the H1.
2) The H3 Titles which are directly above the magazine elements have the same issue as described in #1 issue. They have the next element too closely stick to the title. The 10px spacing is not applied although set (however, it seems to work fine with the H3 title above the partner/logo element).
Thank you for your help,
Raphael
Hi!
Use a “Separator/Whitespace” element to control spacing.
Best regards,
Andy
perfect. that works too. thanks :)