Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1147919

    if you look at the bottom of http://fbcl.shanetucker.com/ you’ll notice just above the footer that there is a blog post section put in that is supposed to pull content from a specific blog category. The margins on those titles is oddly too left. How can I change how far the text is from the left side of that section?

    #1148284

    Hey satucker,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_3 article {
      padding-left:20px;
    }

    Best regards,
    Rikard

    #1164517
    This reply has been marked as private.
    #1164569

    Hi satucker,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.home #av_section_4 .av-alb-blogposts {
        padding-left: 25px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.