Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #776818

    Hi
    I need to have blog post placed in tabs section where post autor is on the left but whitout sidebar area.
    When I switch off sidbar area, post autor image is align center
    Please find my screencast with details here
    Thank you for help
    Krzysztof

    #778268

    Hey Krzysztof,
    I believe I understand, you want the blog post to have the author image to the left and the post full width. Yet when you remove the sidebar the author image is centered. My first thought is if you have nothing in the sidebar it will take no space, My second thought is that you have a Two_Fifth column with nothing in it keeping the blog post from being full width, have you tried removing it? If you leave all as is and try this code in the General Styling > Quick CSS field:

    .avia-builder-el-4 {
    display: none !important; 
    }
    .avia-builder-el-2 {
    width: 95% !important; 
    }

    I achieve your result, I believe.
    postimage
    Hope I understood correctly.

    Best regards,
    Mike

    #778273

    HI

    Sorry but you code doesn’t work.
    I need to keep layout when post autor is on the left but without sidebar
    Please find details in screencast here
    BR
    Krzysztof

    #778353

    Hi,
    How about if we hide the sidebar on that page? can you enable it again so the author image is to the left?

    Best regards,
    Mike

    #778392

    Hi

    No It is the point. If I hide sidebar author image is center. I need to have image author to the left when sidebar is hide.

    #778436

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #778438

    Hi
    Please find

    #778452

    Hi,
    Ok, how about this: (site is set now, you can view live now after you clear your cache)
    postimage
    postimage
    postimage
    Solution:
    I enabled sidebar so author image is to the left, then I added this code in the General Styling > Quick CSS field to hide sidebar and white space:

    .page-id-413 #after_section_1 {display: none!important; }

    Best regards,
    Mike

    #778497

    HI
    Thank you, it is exactly what I need

    #778503

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog post in tab section with author image on the left’ is closed to new replies.