Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterSakin
KeymasterHi Chip,
1. Reduce the space between the Homepage Headline and Featured Content
— You can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
.blog #main { padding-top: 50px; }2. Color the surrounding background of the featured content area to be #cccccc
— you have already changed that.3. Reduce the empty space at the bottom of the featured content boxes
— You can adjust padding and margin as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.#featured-post .post { padding-bottom: 50px; } #featured-post p { margin-bottom: 40px; }4. Place an outline that surrounds the entire headline/feature content area
— You can only separate headline but not featured Content area. Featured content area is linked with your latest post wrap. We cannot change this just with css. For this you need to build child theme and edit the placements though action hook.Sakin
KeymasterHi Qian,
There is no margin above the menu bar. Your menu is just above the menu.
For spaces in Homepage Headline, you can adjust the padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { padding-bottom: 30px; padding-top: 30px; }Your footer content where it is copyright information. I see you have added in image which is taking spaces. Also there is padding which you can adjust as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#site-generator .site-info { padding-bottom: 30px; padding-top: 30px; }Sakin
KeymasterHello Chip,
You can adjust the margin in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message p { margin: 20px 0; }Regards,
SakinSakin
KeymasterHi Serena,
Sorry I don’t get it what you mean about the css coding. If you don’t want then you can remove the css codes from “Appearance => Theme Options => Custom CSS” box. Also, I see that you have added search widget in Header Top Sidebar, that you can remove and add it in Header Right Sidebar.
Also about the paragraph text, which one are you talking about. I see that you have added lots of headings tags and p tags. So, need more details.
Regards,
SakinSakin
Keymaster@Dona: For widget spacing you need to send me your site URL and the spacing that you want. So, that I can check in and send you the css.
Sakin
Keymaster@Dona: For line height you add the following css:
#primary { line-height: 1.5; }Sakin
Keymaster@Pippylala: I have already replied you in other support question that you have posted in http://catchthemes.com/support-forum/topic/desktop-media-picture-sizez/
Please don’t post same question in two places.
Sakin
Keymasterok Sam. thanks 🙂
Sakin
Keymaster@Dona: For spaces between paragraph, you can change the margin bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
p { margin-bottom: 30px; }For bold text color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#primary strong { color: #404040; }Sakin
Keymaster@Pippylala: You can change the width as per your need in different screen-size. Just make sure, the amount that you increase in #primary should be decreased in #secondary. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
#primary { width: 754px; } #secondary { width: 406px; } @media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } @media screen and (max-width: 1060px) { #primary { width: 530px; } #secondary { width: 340px; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 590px; } #secondary { width: 340px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sakin
Keymaster@Helios-BP: Nice you got it fixed. Cheers 🙂
Sakin
Keymaster@Dona: Can you send me your site URL? Then I will check in and suggest you the css.
Sakin
KeymasterHi Serena,
I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box. So, go there and edit the padding-bottom as per you need.
#hgroup-wrap { padding-bottom: 10px; }Regards,
SakinJuly 10, 2014 at 1:21 am in reply to: Footer Area Widgets aren't responding to responsive design #38490Sakin
Keymaster@FourQuadrants: It’s strange did you change any style in
responsive.cssfile? As when we test the theme in our server. The footer widget is working file. See our demo page at http://catchthemes.com/demo/catch-kathmandu/I don’t see the following css. Can you add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 640px) { #supplementary.three .widget-area { margin-left: 0; margin-right: 0; width: 100%; } }Sakin
Keymaster@NAVARRE: You can change the margin bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #content p { margin-bottom: 40px; } }Sakin
Keymaster@Pippylala: If you are using Catch Evolution Free Theme then you only have option to user Featured Post Slider where images are auto crop to 754px width and 400px height. It will auto crop is the images are larger then this but if the image is of exact this size or smaller then it will load the original size. So, it’s better to crop the image in this size before you upload it.
Fore more details see the theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
KeymasterHi Sam,
About the slider image, I already told you. It will only crop if it’s larger but how to make it big when you upload the small images. That is not possible.
If you don’t want sidebar in through out the site then you can go to “Appearance => Theme Options => Layout Options” and then select “No Sidebar” layout.
Regards,
SakinSakin
KeymasterHi Ted,
This is strange as it’s working fine in our server. So, I need to check in details and I will email you personally.
Have a nice day.
Regards,
SakinJuly 9, 2014 at 11:37 pm in reply to: How could I dis-enable the the pages tile on each pages? #38468Sakin
Keymaster@Serena: Language are controlled from .mo and .po file at
languagesdirectory inside ‘catch-kathmandu-pro’ theme directory. For this you can use poedit.net software to generate languages files. Further, if you want us to include in Theme itself then you need to send us the language files. -
AuthorPosts
