Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #82911
    benowchiro
    Participant

    Hello, Can I customize the height of the featured slider so it is not so tall, that way more of my content will be on the first full screen that people see.

    Thanks for your help.

    Lee

    Benowchiropractic.com

    #82926
    Pratik
    Keymaster

    HI @benowchiro,

    In free version, there is only featured post slider and featured category slider. The images for both these are automatically re-sized so it is not possible to fix a certain height as they are pre-build. So, they cannot be resized with custom CSS.

    If you upgrade to pro version, you can select a featured image slider in which you can add images with custom height for your need. The details of pro version is here

    Regards,
    Pratik

    #82929
    benowchiro
    Participant

    Thanks Pratik, If i upgrade to the pro version, will I lose my custom CSS? I have made many changes to the free version.

    Thanks.

    #82952
    Pratik
    Keymaster

    Hi @benowchiro,

    You will not loose Custom CSS. All the theme options will be migrated to pro version as well.

    Regards,
    Pratik

    #84174
    Fyns Drone
    Participant

    Hi Pratik,

    I have to question.

    I use already Catch Kathmandu Pro, and i would ask for the same question, like Benowchiro about to customize the height of featured slider, i would reduce the height.

    My second question is, it is possibly to center the logo, site tile and the tagline with bigger font size at the site tile and tagline and with a line between site tile an tagline.

    Web. http://www.fynsdroneservice.dk

    Regards,
    Frank

    #84237
    Pratik
    Keymaster

    Hi @Fyns Drone,
    To reduce the height, you need to select Featured Image Slider and add custom images with less height. Its instructions can be found here in Featured Slider Section.

    For centering the logo, you can add following CSS code in Appearance=> Theme Options=> Custom CSS box

    
    #header-left {
        float: none;
        text-align: center;
        width: 100%;
    }
    #site-logo, #hgroup {
        float: none;
        text-align: left;
    }
    

    Let me know if this works or not.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Slider Height’ is closed to new replies.