Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mariopario

    (@mariopario)

    also, on mobile version, the portfolio section is showing to the left, it should be centred.

    Hi..

    Please make child theme directory and create home-portfolio.php file.

    Now copy code from LINK and paste into child theme’s home-portfolio.php file.

    Also add below code into Custom CSS Editor.

    .scrollimation.d1 {
        width: 100% !important;
    }

    Save the changes.

    Thanks.

    Thread Starter mariopario

    (@mariopario)

    Hello,
    If I add this code, it changes also for the desktop.. I only want it to change the mobile so it is aligned.. :
    .scrollimation.d1 {
    width: 100% !important;
    }

    Hi..

    Please add below css into Custom CSS Editor.

    @media(max-width:768px){
    .scrollimation.d1 {
        width: 100% !important;
    }
    }

    Save the changes.

    Thanks.

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