Okay
  Public Ticket #3730810
Portfolio problem to show columns
Closed

Comments

  • pdomrose started the conversation

    I have a problem with my site, when I select or add a portfolio option I can't get 2 or 3 columns to display at full width like the rest of the site... I have tried to modify the options, but I can't get it to work, thanks a lot!

    {"wp":{"use":false,"adminUrl":"www.pablodomrose.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

    Attached files:  Screenshot 2024-09-23 at 23.23.57.png

  •  1,560
    Laborator replied

    Hi there,

    You can set the number of columns under Apperance > Customizer > Portfolio > Portfolio Page as seen in the image below:

    medium
    (view large version)

    If you're having difficulties. Please share your website login credentials so I can see it live. To safely include your credentials you can create a temporary login without a password (see how).

     

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   pdomrose replied privately
  •  1,560
    Laborator replied

    Hi again,

    It looks like the issue is coming from some custom CSS in your site. Specifically, this CSS is causing the problem:

    li {
      display: inline-block;
      margin-right: 20px; /* add spacing between items */
    	align-content: left
    }
    

    I’ve removed this code for now, as it was affecting the layout across multiple areas of your site. If you needed this CSS for a specific section, I recommend applying it more selectively to target only that area. Styling list items globally like this can lead to unintended issues, so it’s best to keep it as specific as possible.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • pdomrose replied

    Yess! This was the issue! thank you very much!! you´re the best!!