Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #467166

    I have a page in which I’ve used the Blog Post Content Element in a page with no sidebar. The blog posts are being centered on the page. I’d like them to be…
    – left aligned
    – full width for only this page
    – image left aligned
    – no meta info displayed
    Also how can I change the text of the link to the full post

    Thank you.

    #467183

    Hi endoradigital!

    Everything is possible, but that would need some time to be created and we do not offer such customizations

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Cheers!
    Basilis

    #467212

    Even getting them to display full width?

    #467215

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .post .entry-content-wrapper > *,
    #top .fullsize .template-blog .post .entry-content-wrapper,
    #top .fullsize .template-blog .post-title {
    max-width: 100%; 
    }
    #top .fullsize .template-blog .post-title {
    text-align: left;
    }
    .page-id-3787 .post-meta-infos {
      display: none!important;
    }
    #top .fullsize .template-blog .blog-meta {
      margin: 0;
    }

    Regards,
    Yigit

    #467261

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Avia Layout Builder Blog Post Content Element Alignment’ is closed to new replies.