Okay
  Public Ticket #2779802
Tweaking portfolio layout
Closed

Comments

  • Eugene Ling started the conversation

    Hi I would like to change the layout from 2-col to 3-col. How can I do this? 

    Another edit, to remove the header title 'Triana Studio' from the home page, so I only see the logo at the top. Thank you

  •  1,808
    Support replied

    Hello Eugene,

    If you inspect the portfolio grid tiles you will see

    @media only screen and (max-width: 1466px){
           .classic-grid .item {
                  margin: 70px 40px;
                  width: calc(50% - 80px);
                  height: 24vw;

           }
    }

    These are the attributes you need to change if you want to change the number of columns

    Removing the title: disable hero section in portfolio grid page options and then disable also the default page title in customizer -> general settings

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Eugene Ling replied

    Thank you so much, how about changing the font? 


    Still can't manage to remove the home page title. Any other advice?  thank you so much in advance

  •  1,808
    Support replied

    Send us wp admin access in a private comment if possible so we can try to remove it.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Eugene Ling replied privately
  •  1,808
    Support replied

    Hello Eugene

    I've added

    .hero-hidden {
        display: none;
    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy