Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #385236

    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.

    #385882

    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

    #388828

    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?

    #389082

    Is there a simple fix for this?

    #389478

    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

    #389528

    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.

    #389531

    Hey!

    Please add following code to Quick CSS as well

    .home #av_section_4 .avia_textblock p {
    margin-bottom: 20px;
    }

    Cheers!
    Yigit

    #389538

    You guys are the best! Thanks again.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Text automatically indenting on home page’ is closed to new replies.