Hi,
I’m using the sortable grid portfolio and really like it but I want to style it without the title boxes and box shadow. I was able to remove the box shadow but I can’t isolate the css for the border on the title boxes.
Site name and password for the site is in private content.
Thanks,
Gabe
Hi Gabe
Please add following code to Quick CSS
.grid-entry .inner-entry {
box-shadow: none !important;
}
Regards,
Yigit
Thanks Yigit.
Suppose I want the title to be left-aligned and perfectly justified with the left edge of the image above it? I’m trying to have almost exactly the same look as what I have on the http://liberty-engineering.com/services/ page.
Hey!
Please add following code to Quick CSS as well
.main_color .grid-content {
padding-left: 0;
}
Cheers!
Yigit
Thanks for the quick help Yigit!
Very helpful.