Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 1,549 total)
  • Author
    Posts
  • in reply to: SIZE OF THE IMAGES OF NEWS #150083
    Psink
    Keymaster

    Hello

    Please try this css

    
    .news-post img {
        height: 200px;
    }
    

    Hope it will help

    Regards,

    Psink
    Keymaster

    Hello Ronit

    Regarding Testimonial and Team section, currently, there are no options for auto slide. But no worries we will release the theme by tomorrow’s day time. Please update the theme and you will be able to turn on auto slides in the team and testimonial section

    Regarding the theme menu, Can you please share your site Url? We will check and provide you a CSS to fix drop-down sub-menu position issue

    Regards,

    in reply to: SIZE OF THE IMAGES OF NEWS #150079
    Psink
    Keymaster

    Can you please share your site URL?

    Regards,

    in reply to: Trip Facts #150078
    Psink
    Keymaster

    can you please share your site URL?

    regards,

    in reply to: icons #150068
    Psink
    Keymaster

    No, it is not possible to use png for the menu icon

    regards,

    in reply to: Strange Menu Behavior #149994
    Psink
    Keymaster

    Add this Css in the theme

    
    .page-id-2999 #sidebar-primary {
        display: none;
    }
    
    .page-id-2999 #primary {
        width: 100%;
    }
    

    Regards,

    in reply to: Multiple pictures in header? #149987
    Psink
    Keymaster

    Hello Dora

    There may issue with the theme or maybe be other technical reasons.

    You may better get support

    Regards

    in reply to: Confusion with Signify Pro versions #149906
    Psink
    Keymaster

    HELLO alamas

    We have released the new update by adding an education demo. Please reset the WordPress before you import the education demo otherwise post will repeat

    regards

    in reply to: Strange Menu Behavior #149844
    Psink
    Keymaster

    Hello

    Yes below the width 1023px menu align to left and above 1023px align to right.
    Please add this css to behave menu same for any screen size

    
    @media only screen and (max-width: 1023px){
    .site-header #main-navigation {
        display: table;
        float: right;
        width: auto;
        clear: none;
    }
    }
    

    And for query no. 1

    You can give background color for content div

    
    #content {
        background: #d9b6b6;
    }
    

    Regards,

    in reply to: Confusion with Signify Pro versions #149843
    Psink
    Keymaster

    Hello Almas

    We will be adding an education demo soon in 1 day or 2 days.

    answer for ques 2
    You can try it, it will not affect the content of the site. Changing from corporate to education will change the some of design part but not the content.

    Regards,

    Psink
    Keymaster

    Please Add this Css Code in additional

    
    div#page-site-header {
        display: none;
    }
    

    Regards

    in reply to: Importing the whole site to WordPress #149828
    Psink
    Keymaster

    Please install Catch Themes Demo Import

    after you activate the plugin you will find an option to import inside appearance >> catch themes demo import

    in reply to: Customize Footer and Header above the logo #149790
    Psink
    Keymaster

    hello

    can you please explain in more details?
    “Is there an option to stop the header with logo from taking up space on the screen when scrolling down the page?”

    Add this css to align logo center

    
    .site-branding {
        text-align: center;
        display: block;
        float:none;
    }
    

    regards.

    in reply to: Travel Ultimate Pro – Search Bar #149789
    Psink
    Keymaster

    HELLO, IT’S NOT POSSIBLE TO ADD IN OTHER PAGES

    Psink
    Keymaster

    Hello There

    Please add this CSS in the additional css

    
    .site-branding {
        padding: 5px 0;
    }
    
    .site-logo img {
        max-height: 60px;
    }
    

    Adjust the value of max-height as per your need

    Regards

Viewing 15 posts - 1,036 through 1,050 (of 1,549 total)