Viewing 17 posts - 21 through 37 (of 37 total)
  • Author
    Posts
  • #18984
    ViraNatura
    Member

    Hi, i am currently using Catch everest but i want to upgrade to Catch everest pro soon once i find out a solution to my request which is:
    on http://www.viranatura.com
    i wanna be able to see more of the page in the screen (using firefox on 15 inc)
    when i open the website is it possible to see header, featured images, text (can add slider??) and then footer altogether??
    basically vereyhing can be a bit smaller???

    thanks already
    cheers
    Basak

    #19003
    Sakin
    Keymaster

    @ViraNatura: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. We can just reduce this.

    .site { margin-top: 0; }
    #site-logo, #header-right { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }
    #19250
    ViraNatura
    Member

    Hi Sakin, thanks for reply but..
    http://www.viranatura.com
    I have been searhing the forum and there are many codes that i can use but i think i need more..What i need to make everything smaller to see more of the content in the screen when you open the website first. These changes should be header paddings, feature slider height and paddings, writings on the feature slider pics, and fonts!
    I know it is responsible design but is there a way to do these changes proportinally?

    Is it possible to have the look on the website below (portions)
    http://www.nomadtoursturkey.com/

    Let me know please if it is possible, then i wanna buy the pro version!
    Cheers,

    #19253
    Sakin
    Keymaster

    @ViraNatura: You have to change all the settings not only with CSS. So, you better you Hire a customizer at http://catchthemes.com/hire-customizer/.

    You can upload smaller Header image. For featured post slider, you can upload smaller height images in your post.
    For featured slider font sizes.

    .entry-header .entry-title { font-size: 18px; }
    #main-slider .entry-content { font-size: 13px; }
    #48517
    Stanley
    Participant

    Hi Sakin

    I’m using your catch theme pro and I have a white line under the feature image.

    I tried all the css code you provided to others with the same issue, however they didn’t work for me.

    my website is ; beta.shenneljordan.com

    thanks an advance for your help

    I used the following css codes ;

    #homepage-message { background-color: #423031; color: #DF7401; }
    .page .entry-title { display: none; }
    .entry-header .entry-title { font-size: 18px; }
    #main-slider .entry-content { font-size: 13px; }
    #site-generator .site-info {
        padding: 10px 0;
    }
    #masthead { padding-bottom: 0px; }
    h1#site-title { padding-top: 0px; }
    h2#site-description { padding-bottom: 0px; }
    .form-allowed-tags{
        display:none;
    }
    #hgroup-wrap, #site-logo { padding: 0 }
    #hgroup-wrap { position: relative; }
    #hgroup.with-logo {
        left: 5%;
        padding: 0;
        position: absolute;
        top: 35%;
    }
    /* For Titles */
    #footer-sidebar .widget-title, 
    #footer-sidebar .widget-title a {
        color: #ffffff;
    }
    /* For Links */
    #footer-sidebar .widget-area .widget a, 
    #footer-sidebar .widget-area .widget a:hover {
        color: #6E6E6E;
    }
    /* For Text */
    #footer-sidebar .widget-area .widget {
        color: #ffffff;
    }
    /* Footer Sidebar Font */
    #footer-sidebar { font-size: 5px; font-family: sans-serif, Arial; }
    /* Footer Sidebar Widget Title Font */
    #footer-sidebar .widget-title { font-size: 14px; }
    /* Footer Widget Margin Bottom */
    #footer-sidebar .widget { margin-bottom: 14px; }
    #footer-sidebar {
        background-color: #ffffff;
    }
    #footer-sidebar, #supplementary { padding: 5; }
    #supplementary.three .widget-area { margin: 5; width: 33.33%; }
    #supplementary .widget { margin: 0; }
    /* Margin above Homepage Headlines Box */
    #homepage-message { margin-top: 0px; }
    /* Padding above Featured Content Box */
    .home #main { padding-top: 30px; }
    @media screen and (min-width: 0px) {
    #homepage-message span {
        font-size: 30px;
    }
    }
    #48544
    Sakin
    Keymaster

    @Stanley: Each site can be different. If the css is not working then I suggest you remove the custom css and then send me details of spaces that you want to remove it and then I will send you CSS one by one. Also this post is old one and you are using Catch Everest Pro them not the free one.

    So, can you remove your custom css and then post your question in Catch Everest Pro support forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/

    #57262
    Rolando
    Member

    Hi Sakin,

    I am using the simple catch pro theme and i would like to decrease the size for my slider so i can have my optin box above the fold. Could you please help me

    #57263
    Rolando
    Member
    #57270
    Sakin
    Keymaster

    @Rolando: I don’t get it what you mean. You are using Simple Catch Pro theme, where you can use Featured Image Slider and upload any image size as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    #58448
    Raul
    Participant

    How could I tighten up the padding on the left side of the logo? say by half of what it currently is.

    Thank you.

    #58475
    Sakin
    Keymaster

    @Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #header-content { margin-left: 10px; }

    #60556
    Hair Bear
    Member

    Hi Sakin, I’m using Adventurous Pro. I’ve reduced the size of my slider by reducing the image, but it is in the centre and I want to move it either closer to the right or left. How might I do that, please? Thanks.

    #60618
    Sakin
    Keymaster

    @Hair Bear: Please post in your site URL so that I can check in and suggest you custom css.

    #60624
    Hair Bear
    Member

    seanofthecongo.co.uk

    Oh, along with how to move the slider to one side (but not right to the edge), I’d also like to know how to put the content of the home page directly below the slider (so just above the “Featured Content Headline Text”)?

    And is there a way to have the slider change images without an effect (without fading etc)? Thanks!

    #60689
    Hair Bear
    Member

    You still there, Sakin? 🙂

    #60703
    Sakin
    Keymaster

    @Hair Bear: For left align image in your slider you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider img {
        float: left;
    }

    But if you want it right, then you need to add in the following css instead:

    #main-slider img {
        float: right;
    }

    For slider effect, you have option in “Appearance => Theme Options => Featured Slider => Slider Options => Transition Effect”

    Yes, you can move your Featured Content below your home content. So, that you have home content just below the slider. For that, go to “Appearance => Theme Options => Featured Content => Featured Settings => Featured Content Position” and check in “Before Footer”

    Also there is on option to add Headline content below your slider from “Appearance => Theme Options => Promotion Headline Options” and add in manual content.

    #60745
    Hair Bear
    Member

    Thanks!

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