Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100678
    ipswichcatholic
    Participant

    Hi I was hoping to reduce the height of the feature slider as it takes up a lot of room. Can you please assist with some advice?

    Also hoping to align my logo to the left of my site name and tag, not above it.

    http://www.ipswichcatholic.com

    Cheers

    Benjamin

    #100685
    Pratik
    Keymaster

    Hi @ipswichcatholic,

    I checked your site url and you seem to be using TwentySixteen WordPress theme. Please set it to Clean Journal and I will provide you with further assistance.

    Regards,
    Pratik

    #100735
    ipswichcatholic
    Participant

    Hi pratik,

    I have changed to Clean Journal. Can you please assist with the feature slider height?

    Benjamin

    #100770
    Pratik
    Keymaster

    Hi @ipswichcatholic,

    It is possible to reduce height of slider but will crop out the image. Try following code in Apperance=> Customize=> Theme Options=> Custom CSS box:

    
    #feature-slider .cycle-slideshow {
    	height: 500px !important;
    }
    
    #feature-slider .entry-container {
    	top: 35%;
    }
    

    If you do not want the image to be cropped, then you will need to upgrade to Pro version and use Featured Image Slider rather than the Page Slider provided in free version.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Height of feature slider’ is closed to new replies.