Hi
since your separator seems not to work with floating elements i (again) have new problems with things that are normaly very simple to achieve.
This simple thing i need to do (and that seems quite impossible with your theme)
https://drive.google.com/open?id=1FxYMIOhnPznYt9ZKvi7BSehut42R6N7L
Pay attentions to the marks i made specially for you.
This is what i looks like now:
https://drive.google.com/open?id=1tqOoVghVfLnXH4QnMFqFQe7nd2lO2yh-
Please let me know what to do to get this done.
– Please let me know which separator i need to use to make the text beginn UNDER the dropcap and let me know the settings for the separator.
– Than please let me know how i can align the word that begins with the dropcap so its centered.
No – i cant give you access to the website since its not online yet.
Brita
Hey BritaKossmann,
Can you try to edit it in Text mode instead of Visual and you should see something like this:
<p class="dropcap-container">[av_dropcap2 color="default" custom_bg="#444444"]H[/av_dropcap2]ello</p>
My other text
wrap the dropcap shortcode with this:
<p class="dropcap-container"></p>
so it should look something like this:
<p class="dropcap-container">[av_dropcap2 color="default" custom_bg="#444444"]H[/av_dropcap2]ello</p>
My other text
then Go to Quick CSS (located in Enfold > General Styling) and add this css code:
p.dropcap-container {
margin-bottom: 20px;
}
Hope this helps :)
Best regards,
Nikko