Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250019

    Hey Guys,
    if I do not use a sidebar in the portfolio-items, the portfolio-items picture (Beitragsbild) stays in the width of 720px- but it should be 100%.
    How can I change this?

    Is there a possability to get rid of the picture- sometimes I want to use the portfolio-items picture for the portfolio overview-sites, but don’t want it to appear on top of the portfolio-entry, because it is cut out automatically and the cutting isn’t perfect

    Thanks for your help!

    #250233

    Hey albiedo!

    Thank you for using the support forum!

    You can add this on Quick CSS or custom.css if you want to remove the portfolio featured image:

    .single-portfolio div.page-thumb {
    display: none !important;
    opacity: 0 !important;
    }

    If you want the image to span the whole width when there is not sidebar, use this:

    .single-portfolio div.page-thumb img {
    width: 100%;
    height: auto;
    }

    Regards,
    Ismael

    #415557

    Thanks!

    #415882

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.