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

    Hi there,

    After surfing through the support forum, I managed to remove the Ajax Portfolio Title and Project description by applying the following quick CSS:

    .portfolio-preview-image,.ajax_slide .inner_slide {
    width: 100%;
    }
    .portfolio-preview-content {
    width: auto;
    }

    It worked but now my photos are too big. I also have photos that are vertical. Is it possible to make the photos either the original size or smaller so its not so blurry?

    Site has been shared privately. Thanks so much!

    #741030

    Hey tivo_designs,

    Sorry for the late reply. Your site seems to be down unfortunately, could you check and try to get it back up again please?

    Best regards,
    Rikard

    #741566

    Hi Rikard,

    Apologies, the site was down because I was transferring it to the new domain. The site is now located at: http://www.amberfreda.com.

    Any help with adjusting the gallery would be much appreciated. Thank you!

    #743339

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .portfolio-details-inner img {
        width: auto!important;
    }
    

    Best regards,
    Yigit

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