Make the portfolio boxes smaller

  • Posted in : Photographer
  • bentham403
    Participant

    Hi there, I wonder if there is anyway to make the boxes in the work page smaller. They look too big to me specially when you have a tons of works. Thanks in advance.

    http://themes.pixelwars.org/photographer/portfolio/

    serkan
    Moderator

    Hi bentham403,
    You can use this custom css code;

    @media screen and (min-width: 1200px) { .gallery-grid .masonry-item { width: 25%; } }

    Thanks

    bentham403
    Participant

    OK,that works perfect but the space between them is too big and also the footer goes up with the boxes. Is there anyway to keep the footer in the bottom and make the space between them smaller? Thanks.

    serkan
    Moderator

    Hi bentham403,
    You can use this custom css code;

    @media screen and (min-width: 768px) { .gallery-grid .masonry-item { padding: 10px; } }

    You can search sticky footer wordpress plugin. They can solve your footer issue. It always keep the botter at the bottom. Normally footer comes up after the content.
    Thanks

    bentham403
    Participant

    Maybe not to keep it at the botton but give it some space down from the boxes. Also, is it possible to change the size of the tittle and subtitle in the boxes? Thanks.

    serkan
    Moderator

    Hi bentham403,
    These are the default sizes. You can replace the new size for the fonts.

    @media screen and (min-width: 768px) { .gallery-grid figure h2 { font-size: 2.0em; } }
    .gallery-grid figure p { font-size: 13px; }

    Please provide me your related url and i will check what can i do for your footer.
    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register