https://www.dropbox.com/s/b2wvp6t2fz1132c/Screenshot%202014-09-26%2013.57.32.png?dl=0
I want to have a little space between each portfolio, and is there a way to make it all line up? i see because some titles went on to 2 lines – it has messed up the alignment.
Hey!
Try adding this code to the Quick CSS:
.grid-content{
min-height: 120px;
}
Adjust as needed.
Cheers!
Josue
nope – when i added that – it didn’t do anything.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.grid-content {
min-height: 90px;
}
Cheers!
Josue
man you guys are fast! i am totally impressed!
that fixed the height issue – is there some code to add to put some space between them?
Try:
.grid-entry {
padding-right: 20px;
}
Cheers!
Josue