Okay
  Public Ticket #3431014
Portfolio page broken
Open

Comments

  •  1
    Marek Vesely started the conversation

    Hello, there appears to be an issue with spacing of the portfolio items in the subcategory pages. It is also broken on your official promo website. There is a huge gap before the first portfolio item. Also the nice line on the left is misaligned as well. Could I implement a quick fix somehow? Thank you very much. 

    I'm running WP 6.2.2.

    Attached files:  Snímek obrazovky 2023-08-06 v 22.24.55.png

  •  1
    Marek Vesely replied

    Also those same portfolio sub-categories are broken on the mobile version of the site. There is a big gap on the left side of the portfolio items. Is there a way to fix this? 

    Attached files:  IMG_3447.jpg

  •  1
    Marek Vesely replied

    I managed to fix the issue by changing the margin-left % value in the Theme CSS to "20.%". This is something that should be fixed in the next theme update if possible. :)


    .no-page-content .portfolio-template-side-content,
    .no-category-menu.no-page-content .portfolio-item-list,
    .tax-uxbarn_portfolio_tax .portfolio-item-list  {
        margin-left: 20.%;
    }
    
  •  291
    Paul replied

    Thank you for reaching out and for sharing the solution you found, Marek!smile.png

    We will be integrating this fix into the next version of the theme. I am glad you were able to resolve the issue. If you have any other questions, please let me know.

  •  1
    Marek Vesely replied

    Thank you very much! Looking forward to the future theme update :) Other than this - the theme works without any issues for me at this moment.