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!
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).
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.
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!
Attached files: Screenshot 2024-09-23 at 23.23.57.png
Hi there,
You can set the number of columns under Apperance > Customizer > Portfolio > Portfolio Page as seen in the image below:
(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
Hi again,
It looks like the issue is coming from some custom CSS in your site. Specifically, this CSS is causing the problem:
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
Yess! This was the issue! thank you very much!! you´re the best!!