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

    Hi guys,

    Wondering if it’s possible to put my sidebar blog into a widget so it stays above my colour section as a sidebar. I have a colour section as my duplicate footer.

    It’s on the New Release page.

    Lara

    #951379

    Hi again,

    I figured out how to have the sidebar blog as a widget on my News Release page.

    I’m now facing the issue of the menu being far too close to my information in the columns. Need a bit of spacing there.

    Lara

    #952081

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-1603 .flex_column.avia-builder-el-4 {
        margin-left: 30px !important; 
    }

    This is designed to work on the one page, let us know if you need it to work on more pages. Also it would me a good idea to add a custom class or ID to the widget column, if you do please use it to replace “.avia-builder-el-4” in the code.
    Please feel free to adjust to suit.

    Best regards,
    Mike

    #953637

    Hi Mike,

    So with my blog post now and removing the right sidebar and replacing with the widget… I’m finding the title of Latest News that used to appear at the top of this subnav is no longer present since I changed it to a widget.

    Also my text under the image is way too far down the page, leaving a huge white gap. I tried putting the text into a 3/4 column to be the same width as the image with no luck.

    Lara

    #953864

    Hi,
    I found that in your “latest news” widget there was no title so I added it for you, now it shows. Please see screenshot in Private Content area.
    As for the title under the image, when I look at the two pages side-by-side it seems there is less of a gap, Please see screenshot in Private Content area. We can still help bring it up more if you like, but please try clearing your cache and checking again, right now it looks comfortable, in my opinion.

    Best regards,
    Mike

    #954241

    Hi Mike,

    Thank you for your help!

    I remember we spoke about the spacing between content and sidebar blog on the News Release page.

    I tried –

    #top.page-id-1603 .flex_column.avia-builder-el-4 {
    margin-left: 30px !important;
    }

    and it doesn’t work. The spacing on the posts is great.

    #954265

    Hi,
    You would need to use this code for that page:

    #top.page-id-1603 .flex_column.avia-builder-el-6 {
    margin-left: 30px !important;
    }

    but there is not enough room on the page for 30px margin, the sidebar will drop down.
    so you nee to make the sidebar a little smaller:

    #top.page-id-1603 .no_margin.av_one_fourth {
        width: 20% !important; 
    }

    or make the content a little smaller:

    #top.page-id-1603 .no_margin.av_three_fourth {
        width: 70% !important; 
    }

    Your choice, also feel free to try different sizes of each to see what you like best, or adjust the sidebar margin code above.

    Best regards,
    Mike

    #954310

    Hi Mike,

    Unfortunately, that doesn’t work. It makes it smaller but there’s no spacing between sidebar and content

    Lara

    #954324

    Hi Mike,

    Apologies for my last response. My computer freaked out and I restarted. It’s all good now!

    Thank you for your help :)

    Lara

    #954471

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Sidebar blog’ is closed to new replies.