I am using a text element on my webpage with a dropcap. One of the sentences automatically indents and I cannot correct it. I am assuming you will have a custom code for me to enter to fix. I was just hoping someone could take a look. Thank you in advance for your sage advice.
Hey webdevsd!
Your using a special heading there that is centered so it’s subheading will also be centered. If you don’t want it to be centered then remove the sub heading and add a H5 or H6 beneath it.
Best regards,
Elliott
Elliott,
I am confused. I meant one letter in the text block element automatically centers itself. It isn’t within the special heading. Any thoughts on why?
Is there a simple fix for this?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_dropcap1 { margin: 0px 8px 0 0; }
Best regards,
Yigit
Thank you. Is there a way to great more space between the L and B (In Learning and Because) from top to bottom? If you notice, they are very close together, whereas the other letters that start sentences are far apart.
Hey!
Please add following code to Quick CSS as well
.home #av_section_4 .avia_textblock p {
margin-bottom: 20px;
}
Cheers!
Yigit
You guys are the best! Thanks again.