-
AuthorPosts
-
May 4, 2018 at 6:52 am #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
May 4, 2018 at 7:16 am #951379Hi 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
May 5, 2018 at 11:11 am #952081Hi,
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,
MikeMay 9, 2018 at 2:29 am #953637Hi 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
May 9, 2018 at 12:26 pm #953864Hi,
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,
MikeMay 10, 2018 at 1:32 am #954241Hi 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.
May 10, 2018 at 4:16 am #954265Hi,
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,
MikeMay 10, 2018 at 5:48 am #954310Hi Mike,
Unfortunately, that doesn’t work. It makes it smaller but there’s no spacing between sidebar and content
Lara
May 10, 2018 at 6:03 am #954324Hi Mike,
Apologies for my last response. My computer freaked out and I restarted. It’s all good now!
Thank you for your help :)
Lara
May 10, 2018 at 11:33 am #954471Hi,
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 -
AuthorPosts
- The topic ‘Sidebar blog’ is closed to new replies.