- This topic has 36 replies, 8 voices, and was last updated 9 years, 4 months ago by Hair Bear.
-
AuthorPosts
-
May 22, 2013 at 3:37 pm #9301saadghauriMember
Hi, I am using the catch everest pro theme on this site:
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
May 23, 2013 at 11:22 am #9349SakinKeymaster@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; } }
May 24, 2013 at 3:47 pm #9411saadghauriMemberHi, 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?
May 24, 2013 at 3:54 pm #9412saadghauriMemberThanks 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
May 24, 2013 at 6:01 pm #9414saadghauriMemberAlso, 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
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!
May 24, 2013 at 8:18 pm #9417saadghauriMemberAlso, is there any way to remove slider buttons?
May 26, 2013 at 10:25 pm #9472SakinKeymaster@saadghauri: Looks like you have disable it.
May 27, 2013 at 9:18 am #9494saadghauriMember@Sakin
Well yes, that seemed to be the best way to do it. Anyway to change sidebar background color?
May 27, 2013 at 9:47 am #9499SakinKeymaster@saadghauri: You can simple add the following CSS in “Appearance => Theme Option => Custom CSS” box.
#secondary { background-color: #472800; }
May 27, 2013 at 11:49 am #9508saadghauriMember@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
May 29, 2013 at 12:34 am #9576SakinKeymaster@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; }
May 29, 2013 at 6:04 pm #9617saadghauriMember@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?
May 29, 2013 at 6:19 pm #9618saadghauriMemberI tried using this from another forum post:
#hgroup-wrap { padding: 0; }
But it didn’t change anything
May 29, 2013 at 11:21 pm #9626SakinKeymaster@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; }
October 19, 2013 at 11:55 pm #16099real_makkoyParticipantHello is there a way to remove the background that the featured slider text is on?
October 19, 2013 at 11:57 pm #16100real_makkoyParticipantI 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
October 19, 2013 at 11:58 pm #16101real_makkoyParticipantAnd how do I create a topic?. Please help!
October 20, 2013 at 1:06 am #16105SakinKeymaster@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; }
October 20, 2013 at 2:32 am #16111real_makkoyParticipantThat 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?
October 20, 2013 at 10:35 am #16115SakinKeymaster@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.
-
AuthorPosts
- The topic ‘Decrease slider size and remove white spaces in Catch Everest Pro’ is closed to new replies.