Okay
  Public Ticket #2606852
Portfolio Categories
Closed

Comments

  •  3
    MrMusicman91 started the conversation

    Hey,

    is there a way to have the categories in the middle of the site? At the moment they are on the left. 

    Thank you a lot

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi,

    Can you please add the code below to your Custom CSS area:

    .portfolio-title-holder {
        display: block;
    }
    .product-filter {
        text-align: center;
    }

    Have a nice weekend!

  •  3
    MrMusicman91 replied

    Thank you a lot! Worked like a charm!

    Besides last question to close the topic. Is there also a way to delete the border from the "Show More" button in the portfolio?


    Thanks a lot

  • [deleted] replied

    Hi MrMusicman,

    Happy to hear thatsmile.png

    As for your last question:

    Please just add the code below to your Custom CSS area:

    .show-more .reveal-button {
        border: 0px solid #000;
    }

    Have a nice day!