- This topic has 48 replies, 7 voices, and was last updated 10 years, 4 months ago by Sakin.
-
AuthorPosts
-
May 7, 2014 at 11:29 pm #29470Yuliya GaznyukMember
Sakin,
thanks – now ALL works great!May 8, 2014 at 4:46 pm #29589Yuliya GaznyukMemberHello Sakin,
could you suggest how to remove “Continue reading” on the featured post slider (main page)? Thanks!
Yuliya
May 9, 2014 at 10:34 am #29704SakinKeymasterHello Yuliya,
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide continue reading in slider.
#main-slider .more-link { display: none; }
Regards,
SakinMay 14, 2014 at 11:38 pm #30623real_makkoyParticipantHello,
Please I would like to remove the featured image from the top of this post. so that it only shows in the slider and not the post. please helpMay 15, 2014 at 12:40 am #30634SakinKeymaster@real_makkoy: You can edit that post and you will see “Catch Everest Options” below you post editor where you can disable featured content header image from “Content Featured Image Options”
May 19, 2014 at 6:31 pm #31359helenParticipantHi Sakin
I have added to the Custom CSS: #hgroup-wrap, #site-logo { padding 0; }
But I still have a lot of white space between the header image and the menu bar
My url is http://www.mesmerizecandles.com
Any help to get rid of this white space would be gratefully received
Cheers
HMay 19, 2014 at 6:34 pm #31360helenParticipantNB That was a typo, should be colon after padding
May 20, 2014 at 11:23 am #31462SakinKeymaster@helen: You have Search in header right section and you can disable that from “Appearance => Theme Options => Header Right Section”.
May 20, 2014 at 12:30 pm #31481helenParticipantCheers Sakin, it’s looking great X
May 26, 2014 at 3:34 pm #32480kk078914MemberHi,
I’ve recently updated the theme to the latest version and a white space has appeared to the featured post slider. I also get a transparent space after the subpages (e.g. subpages of ‘Courses’ and ‘Industry’). Furthermore, after the update, the search bar appears to be distorted.
It appears following the recent update my site has shifted slightly to the right.
Any help would be greatly appreciated.
Website: http://hcict.net/degree/kk078914/
May 26, 2014 at 4:11 pm #32487SakinKeymaster@kk078914: This is not because of theme update. If you have theme update only then it will look like our demo page http://catchthemes.com/demo/catch-everest/
But I see that there is conflicting CSS added in you site. For example http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css?ver=3.1.1. Why are you add Bootstrap. Remove this and it will work fine.
May 26, 2014 at 5:51 pm #32510kk078914MemberThank you for your prompt response.
Could you please suggest how to go about taking out the bootstrap from my website?
I don’t even know how I’ve added it in the first place. Is it somewhere within the Editor?
Thanks
May 26, 2014 at 6:04 pm #32511SakinKeymaster@kk078914: I also don’t know about that. Maybe it come from one of your plugins. Try checking in by disabling your plugin one by one.
May 26, 2014 at 6:11 pm #32512kk078914MemberYou wouldn’t believe it but the first plugin I disabled did it…
It was a plugin called ‘Askupa Twitter Feed (Demo)’ if anyone else has similar problem. I wasn’t using the plugin anyway so happy days!
Thanks again Sakin! 🙂
May 26, 2014 at 6:15 pm #32513SakinKeymaster@kk078914: Thanks you found it. It’s a strange plugin when it needs to add whole bootstrap css. Strange.
May 31, 2014 at 3:04 pm #33138Yuliya GaznyukMemberHi Sakin,
I currently have catch Everest free version, but I’m considering to buy Catch Mustang.
2 questions:
I have two sites -can I purchase theme once and use it for 2 of my sites?
Does catch mustang allow for easy multi language adaptation?Thanks.
YuliyaMay 31, 2014 at 7:14 pm #33163SakinKeymasterHi Yuliya,
1. Yes, you can use the theme in your two sites. You can use it for unlimited sites that you own. You are just not allowed to resell or redistribute it.
2. For Multi Language plugin like WMPL and qTranslate, I recommend to use Catch Everest Pro, Catch Kathmandu Pro and Catch Evolution Pro at this stage. These theme are WPML and qTranslate plugin ready.Regards,
SakinJune 3, 2014 at 12:46 am #33320Yuliya GaznyukMemberHello Sakin,
I have purchased catch mustang for the site http://www.3bulavki.com.ua & quite happy with it. Could you please help me with some adaptation:
1. How to reduce space above and below logo?
2. Is it possible to increase a text size on header right widget (where I have a phone number)?
3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…Thanks.
YuliyaJune 3, 2014 at 1:26 am #33326SakinKeymasterHello Yuliya,
1. How to reduce space above and below logo?
— For this, you can adjust the padding as per you need need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.#header-content { padding-top: 50px; padding-bottom: 30px; } #site-logo { padding-bottom: 20px; }
2. Is it possible to increase a text size on header right widget (where I have a phone number)?
— You can add the following css in “Appearance => Theme Options => Custom CSS” box. If needed you can increase the size more.
#sidebar-header .widget_text { font-size: 16px; }
3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…
— You can either add white background by adding in following css in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #fff; }
or hide with the following css
.page .entry-header { visibility: hidden; }
or you can just add background in page title
.page .entry-header { background-color: #fff; }
Regards,
SakinJune 4, 2014 at 6:21 pm #33471Yuliya GaznyukMemberSakin,
thanks – all your recommendations worked!
regarding #3 above: I now have same problem with testimonials – how to remove page title (name of person in this case) for testimonial page?
Also: I added 4 widgets on main page (www.3bulavki.com.ua) and I’d like to remove “Read more” (or change into local language), and all 4 widgets (columns) have different length, so they look odd. Could we make them equal?
Thanks!
Yuliya -
AuthorPosts
- The topic ‘Reduce and remove empty space’ is closed to new replies.