Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #301946

    I would like to know how I can align on the left the post blog title ?

    Like on this page : http://kriesi.at/themedemo/?theme=enfold

    On my page, everything is centered.

    I would like also to change the font of the blog post in Georgia.

    #302169

    Hi!

    1. Try changing the Blog Style in Theme Options > Blog Layout.

    2. The post content font seems to be Georgia right now.

    Regards,
    Josue

    #302215
    This reply has been marked as private.
    #302681

    Hey!

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

    #top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos { text-align: left; }

    Regards,
    Yigit

    #302737

    Hey Yigit,

    Thanks for you input, that put only the “Title” and the “Post Media info” to the left. But the description of the post is still centered.

    I noticed in the console that when I delete the max-width as below, then it works. Does that impact also other elements ?

    Thanks,

    media=”all”
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    /* max-width: 600px; */
    margin-left: auto;
    margin-right: auto;

    #302751

    Hi!

    No it does not. Please use following code

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }

    Cheers!
    Yigit

    #311568

    Hi Yigit,

    Thanks for the code.

    I have another question.

    In the Avia Layout Builder, Media Element I added a Easy Slider.

    I would like to display only the arrows (left / right) but I don’t want to display dot control buttons ? How can I remove that ?

    Thanks a lot
    Regards

    #311573

    Hey!

    Try adding this code to the Quick CSS:

    .avia-slideshow-dots{
    display: none;
    }

    Cheers! 
    Josue

    #311583

    Hi Josue,

    Great It works !
    Thanks a lot
    Regards

    Sebastien

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full Sized Blog Element (Big Preview Pic) post-title entry-title’ is closed to new replies.