Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #305812

    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.

    #305830

    Hi topprintish!

    Please add following code to Quick CSS as well

    .grid-entry { padding-right: 5px; }

    Regards,
    Yigit

    #306142

    THANKS :-)

    #306177

    Hi!

    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘portfolio grid’ is closed to new replies.