Hi !
http://printish.dk/portfolio-item/x-display/
Im trying to make some space (padding) between the icons….
I´ve got some CSS in my quick CSS-editor, to control the allignment, borders and color of the tekst:
(all of this is working fine)
.grid-entry .inner-entry { box-shadow: none; }
div.grid-content { text-align: center; }
.grid-content { padding-left: 0; }
.grid-content { padding-right:0; }
.grid-entry-excerpt {
color: #719430;
font-size: 12px;
font-style: bold;
}
BUT…………..-is there some small code that could make about 5px gap between my round white icons ?
Kind regards.
Hi topprintish!
Please add following code to Quick CSS as well
.grid-entry { padding-right: 5px; }
Regards,
Yigit
THANKS :-)