Okay
  Public Ticket #700568
Portfolio filters CSS
Closed

Comments

  • Jesse started the conversation

    Hi - I'm having some trouble with the CSS on the portfolio filters on the home and portfolio pages.  Please advise.

    1. I'd like the portfolio filters to have the same left padding/margins as the logo and pre-hero but am having trouble.  Please advise.

    2. I'd like to change the size of the font of the portfolio filters.

    Thanks.

  •  1,823
    Support replied

    Hi,

    Please add these styles in Theme Options > Custom CSS:

    #filters {
        margin: 0 auto;
        width: 1180px;
    }
    @media only screen and (max-width: 1466px) {
    #filters {
        margin: 0 auto;
        width: 940px;
    }
    }
     @media only screen and (max-width: 1260px) {
    #filters {
        margin: 0 auto;
        width: 860px;
    }

    }
     @media only screen and (max-width: 1024px) {
        
    #filters {
        margin: 0 auto;
        width: 100%;
    }

    }


    To set to font size also add this:

    #filters li a {
        font-size: 34px;

    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy