Viewing 20 posts - 1 through 20 (of 37 total)
  • Author
    Posts
  • #9301
    saadghauri
    Member

    Hi, I am using the catch everest pro theme on this site:

    http://evctest1.co.nf

    I would like to decrease the size of the slider from Width: 1140px
    Height: 450px to Width: 1140px Height: 250px, how do I do this?

    Secondly there is too much empty space everywhere, I am being asked to reduce this, how do I do that?

    Specifically I would like to reduce the space on home page between home page text, bottom bar and footer. That is, the space after the ‘Microsoft Great Plains), Microsoft dynamics ®CRM and Microsoft Dynamics ® AX (formerly Microsoft Axapta.)’ text ends

    #9349
    Sakin
    Keymaster

    @saadghauri: Thanks for your questions. You site looks nice. Thanks for using Catch Everest Pro theme.

    I would like to decrease the size of the slider from Width: 1140px
    Height: 450px to Width: 1140px Height: 250px, how do I do this?
    — I think you have already found the solution for this. You just need to use the Featured Image Slider and then you can upload your own custom size images.

    Secondly there is too much empty space everywhere, I am being asked to reduce this, how do I do that?
    — This is clean and responsive design. So, the spaces are changed as per the screen size. You need to be specific on your question about which space you want to change and in which screen sizes range.

    Specifically I would like to reduce the space on home page between home page text, bottom bar and footer. That is, the space after the ‘Microsoft Great Plains), Microsoft dynamics ®CRM and Microsoft Dynamics ® AX (formerly Microsoft Axapta.)’ text ends
    — You can adjust the padding in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) { 
    .home .hentry {
        padding-bottom: 50px;
    }
    }
    #9411
    saadghauri
    Member

    Hi, thanks for the reply.

    The white space I am talking about the space after the ‘home content’ when opening on a pc.

    I also have another problem, I decreased the image sizes for the slider and now the slider is broken. Specifically the text being shown over the slider images is broken, the headline sometimes shows up too left or at the center. You can see it on my site right now, how do I fix that?

    #9412
    saadghauri
    Member

    Thanks for the reply!

    Basically, the person I am making this site for thinks that it looks ‘too empty’. Personally I like it the current way but I understand where he is coming from. Basically if the bottom sidebar started with a minimum gap between it and the text on the home page it would look more ‘filled’. The custom CSS didn’t seem to change a lot

    #9414
    saadghauri
    Member

    Also, I enabled the sidebar and now it is too big. Anyway to decrease its size a bit? I’d like it to have about 60% of the width it has right now

    http://evctest1.co.nf/

    Also all images seem to have a box around them (a very thin gray line) as you can see on the Microsoft Dynamics and Sharepoint logo on the website. How do I remove this?

    Thanks for all the help!

    #9417
    saadghauri
    Member

    Also, is there any way to remove slider buttons?

    #9472
    Sakin
    Keymaster

    @saadghauri: Looks like you have disable it.

    #9494
    saadghauri
    Member

    @Sakin

    Well yes, that seemed to be the best way to do it. Anyway to change sidebar background color?

    #9499
    Sakin
    Keymaster

    @saadghauri: You can simple add the following CSS in “Appearance => Theme Option => Custom CSS” box.

    #secondary {
        background-color: #472800;
    }
    #9508
    saadghauri
    Member

    @Sakin

    Thank you so much man, you provide great support. How do I enter custom css to remove the grey outline showing up on every image? I’m talking about this code (which I got from the ‘inspect element’ tool in chrome)

    media=”all”
    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    I don’t want there to be a box shadow

    #9576
    Sakin
    Keymaster

    @saadghauri: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        box-shadow: none;
    }
    #9617
    saadghauri
    Member

    @Sakin

    You’re officially from Catch Themes, right? Because this is probably the best customer service I have ever received.

    How do I decrease the padding from header image so there is no white space above it?

    #9618
    saadghauri
    Member

    I tried using this from another forum post:

    #hgroup-wrap { padding: 0; }

    But it didn’t change anything

    #9626
    Sakin
    Keymaster

    @saadghauri: Yes, I am from Catch Themes. Thanks for your appreciation.

    I see that you have added the Featured Header image instead of Header Image. If you add the header Image from “Appearance => Header”. Then the css that you have added will work fine. But you have added image from Featured Header Image so in this case, you have to hide the header area by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        display: none;
    }
    #16099
    real_makkoy
    Participant

    Hello is there a way to remove the background that the featured slider text is on?

    #16100
    real_makkoy
    Participant

    I am also using catch everest pro. I just need to remove the grey text background under the text that sits on top of the featured slider image

    #16101
    real_makkoy
    Participant

    And how do I create a topic?. Please help!

    #16105
    Sakin
    Keymaster

    @real_makkoy: I am giving you the answer based on Catch Everest Pro theme.

    To remove the background that the featured slider text is on, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span,
    #main-slider .entry-content {
        background: none transparent;
    }
    #16111
    real_makkoy
    Participant

    That worked perfect! I havefeatured posts at the bottom of the home page. Is there a way to re-align them so they are more to the left with the text centered under them?

    #16115
    Sakin
    Keymaster

    @real_makkoy: Sorry I don’t know how you have added Featured Post in your Site. So, send me your site URL and also let me know how much left and then which text to center it.

Viewing 20 posts - 1 through 20 (of 37 total)
  • The topic ‘Decrease slider size and remove white spaces in Catch Everest Pro’ is closed to new replies.