Gallery options

Home Forums Jevelin Theme Gallery options

Home Forums Jevelin Theme Gallery options

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • brothersmcleod
    Participant

    Hi,

     

    I created this project/portfolio page using the default layout, and added a gallery at the end using a gallery plugin.

    http://www.bromc.uk/project/create-your-own-universe/

     

    The gallery displays under the text squeezed up on the right. (I know this doesn’t happen if I used the project gallery function that comes with the theme but it doesn’t have as many options).

     

    Is there a way of having the gallery under everything else?

     

    I did think of using the Gallery layout which makes the words and the plugin gallery look fine, but then the featured image appears as massive at the top and looks crazy. So another option – can I surpress the featured image on gallery layout pages?

     

    Thanks

     

    Myles

    Hi Myles,

     

    I hope you are well today and thank you for your question.

     

    I did think of using the Gallery layout which makes the words and the plugin gallery look fine, but then the featured image appears as massive at the top and looks crazy. So another option – can I surpress the featured image on gallery layout pages?

    Yes we can achieve this developing custom CSS code.

     

    Just use it on your site and share me the page URL so that I can help you.

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single-slider .sh-gallery {
        display: none;
    }

    brothersmcleod
    Participant

    Thanks that’s perfect

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)