Tagged: 

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

    Hi Enfold Team,

    I would like to get my blog post to show up just like the Blog Single Author Style shows up in the demo (dotted line connecting each small picture). I want to see this on the Homepage and Blog. No matter how I adjust the content, I can’t get it to show up on either page using the advance layout editor.

    Please help!

    Thank you.

    #470437

    Hey allinmom!

    That style gets set when the page has a sidebar. Set the page layout to right sidebar and then drag a codeblock element to the page content and add this inside.

    <style type = "text/css">
    .container .av-content-small.units {
      width: 100% !important;
      border-right: 0px;
    }
    aside { display: none !important; }
    </style>

    Best regards,
    Elliott

    • This reply was modified 8 years, 8 months ago by Elliott.
    #470970

    It worked! Thank you.

    Is there a way to keep the verticle line that normally separates the sidebar from the other content?

    #471025

    Hey!

    Please add following code to Quick CSS as well

    .sidebar { border-left: 1px solid #e2e2e2; }

    Cheers!
    Yigit

    #473989

    Hi there,

    That didn’t work. I tried adding that code to codeblock and Quick CSS and it didn’t work on frontpage or blog. Did I miss something?

    Thanks!

    #474392

    Hey!

    It looks like your just using the Widget area element. In this case it would be best to just display the sidebar on your homepage to get the styling you want.

    First off drag a color section element to your page content and add three columns inside it for the images you have. When you do that, it will span fullwidth and your sidebar and blog will display beneath them. I think that’s the layout your trying to get.

    Best regards,
    Elliott

    #475500

    Worked perfectly! Thanks for the guidance!

    Love this theme.

    #475560

    Hi!

    Feel free to let us know if you need anything else!
    I will close that ticket now! Do not hesitate to open a new one, if needed.

    Regards,
    Basilis

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