Hi, I think this is a simple question, but I am not sure how to go about it.
I was able to successfully add the av-share-box to my portfolio items, but I would like to move the position around. I’d like it to be flush with the footer. How can I do this?
Thanks guys,
Jon
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-portfolio .content {
padding-bottom: 23px;
}
.single-portfolio .av-share-box {
margin-bottom: -105px;
}
Cheers!
Yigit
Like a charm. Thanks for your support! This topic can be closed. :)