Hi Rikard
The Enfold – General Styling –
I have put the main headings in the logo and main area to #4169e1
but they are showing a different colour – rgb(0, 0, 161)
I don’t know where that css colour rule is coming from?
Thanks
Hi
That didn’t fix it for me. Still have bands at the top and bottom.
Thanks,
I tried adding that. I don’t think it worked with Masonry but I have found that using the Portfolio Grid with the Ajax option and the Ajax Portfolio Preview Settings does what I wanted. I can use HTML in that preview. I think it is much simpler to do that and it looks great compared to what I was thinking with the Masonry.
Thanks for your help
Caleb
This did the job for me. First bit of code to hide on single portfolio by targeting body.single-portfolio. 2nd bit to adjust the main area to be full width rather than 73%. And also remove right border.
body.single-portfolio .sidebar {
display: none !important;
}
body.single-portfolio .container .av-content-small.units {
width: 100% !important;
border-right: none !important;
}
Update: I deactivated all plugins then activated the ones I need and it’s working again. I don’t have time to see which one might have been causing it but seems ok now.