I have a problem with the alignment. As you see on the two picture, in one case it works fine:
in the second case it is not working:
Hi Sven!
Please edit Special Heading element and choose to display one of the centered styles – http://i.imgur.com/LtxJjh3.png
Best regards,
Yigit
Hi Yigit,
Not better:
Hi Yigit,
sorry for late reply,
here ist the Link: http://wp.maier-sven.de/unternehmen/
Best regards,
Hey!
Thank you for the link.
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit the Special Heading then add custom css selector. Let’s use heading-margin for example. Add this on Quick CSS or custom.css to align the heading with the text:
.heading-margin {
margin-top: 10px;
}
Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you don’t want to add a custom css selector, use this instead:
div.av-special-heading.av-special-heading-h3.avia-builder-el-4.el_before_av_textblock.avia-builder-el-first {
margin-top: 10px;
}
Best regards,
Ismael