- This topic has 36 replies, 8 voices, and was last updated 9 years, 4 months ago by Hair Bear.
-
AuthorPosts
-
January 7, 2014 at 4:38 pm #18984ViraNaturaMember
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
BasakJanuary 7, 2014 at 11:47 pm #19003SakinKeymaster@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; }
January 13, 2014 at 8:11 pm #19250ViraNaturaMemberHi 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,January 13, 2014 at 10:30 pm #19253SakinKeymaster@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; }
December 5, 2014 at 6:52 am #48517StanleyParticipantHi 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; } }
December 6, 2014 at 12:40 am #48544SakinKeymaster@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/
May 6, 2015 at 5:37 pm #57262RolandoMemberHi 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
May 6, 2015 at 5:38 pm #57263RolandoMemberThis is my website weightlosshealth4y.com
May 6, 2015 at 8:27 pm #57270SakinKeymaster@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/
May 27, 2015 at 11:27 pm #58448RaulParticipantHow could I tighten up the padding on the left side of the logo? say by half of what it currently is.
Thank you.
May 28, 2015 at 9:46 am #58475SakinKeymaster@Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-content { margin-left: 10px; }
July 6, 2015 at 2:53 am #60556Hair BearMemberHi 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.
July 7, 2015 at 10:51 am #60618SakinKeymaster@Hair Bear: Please post in your site URL so that I can check in and suggest you custom css.
July 7, 2015 at 12:40 pm #60624Hair BearMemberOh, 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!
July 8, 2015 at 4:03 pm #60689Hair BearMemberYou still there, Sakin? 🙂
July 8, 2015 at 11:37 pm #60703SakinKeymaster@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.
July 9, 2015 at 12:08 pm #60745Hair BearMemberThanks!
-
AuthorPosts
- The topic ‘Decrease slider size and remove white spaces in Catch Everest Pro’ is closed to new replies.