Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Richard: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#content article { height: 1%; overflow: hidden; }Sakin
Keymaster@ravart: I just check in your site and couldn’t find big picture in it. So, I am bit confused. Can you explain please.
Sakin
Keymaster@mpetric: Ok so how about the linespacing screenshots? and by how much you want to increase it.
Sakin
Keymaster@Micha: You can just make changes in your child theme style.css but for responsive design that mean for your different screensize you can take reference of responsive.css and add it in your child theme style.css. For colors style.css in enough. But for margin and height your child theme style.css might effect your mobile devices design. So, check it and adjust it accordingly.
Sakin
Keymaster@Micha: Can you send me your site URL? I have to check in how did you got search in the bottom. Maybe you have added search in one of your footer widgets. Check it from “Appearance => Widgets” in your WordPress Dashboard.
Sakin
Keymaster@Pete7feet: For the same settings as of simple catch pro demo page. You just need to go to “Appearance => Theme Options => Layout Options” and then select “Excerpt/Blog Display” in Content Layout.
January 13, 2014 at 10:30 pm in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #19253Sakin
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; }Sakin
Keymaster@BenniemanZA: If you upload the featured image of size greater then 1140×450 then it will crop automatically to 1140×450. But if you upload the featured image of 1140×200. Then it will show the original image. But your uploaded image are sync with “Jetpack” plugin “Photon” module that is why it is showing issues. You can disable that module and it will be fine.
Sakin
Keymaster@klhaight: I see that you have customize the theme by building child theme which is good. But you are using Catch Box Free theme and have remove the footer Theme Catch Box. You are not supposed to do that. This is the only means that we get recognition for providing free themes and support.
You can restore your footer.php file and footer content. Then your theme will work fine.
If you want to customize the footer content, then upgrade to Catch Box Pro where you will get Footer Editor in Theme Options panel to edit it.
Sakin
Keymaster@erikab1: Do you mean the 3 Homepage Featured Content images. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .wp-post-image{ display: block; margin: 0 auto; }Sakin
Keymaster@Pete7feet: Yes I understand your request. But I am confused as our default setting in Simple Catch Pro theme links directly to post. See our demo page http://catchthemes.com/demo/simplecatch-pro/. Have you customized the theme? If now then I need to check in details with your site.
About your lightbox pictures sizes, check your plugin settings. As I see you have setup as 75px size. For more you need to ask in that plugin author forum.
Sakin
Keymaster@Lori: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
#respond { background-color: #fff; }Sakin
Keymaster@mirale: Can you show me the like of the site where you have added this code. I want to see how and where you have implemented it.
Sakin
Keymaster@mpetric: You custom css in including site description will be like this. This will change the design only for screen size with minimum width 961px.
@media screen and (min-width: 961px) { #header-content { position: relative; } #header-content .widget_simplecatch_social_widget { position: absolute; bottom: 0; right: 0; margin: 0; } #site-description { padding-top: 75px; }To check more, I need your site URL.
Sakin
Keymaster@mpetric: To move the site description, go to “Appearance => Theme Options => Header Options” and then check on “Move Site Title and Description”.
Yes, the css will affect the responsive design. So, I am giving you the way to chnage only for larger screens with minimum width 961px. Just add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #header-content { position: relative; } #header-content .widget_simplecatch_social_widget { position: absolute; bottom: 0; right: 0; margin: 0; } }Sakin
Keymaster@marraproductora: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo, #header-right { padding-top: 2px; } #hgroup-wrap { padding-bottom: 2px; } #homepage-message { margin-top: 0; }Sakin
Keymaster@blackkeys: I don’t think you can put that link form Contact form 7, why don’t you ask in plugin support forum. You can also check in other plugins.
Sakin
Keymaster@mark: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#access ul li { border-bottom: none; }Sakin
Keymaster@mirale: Do you mean that you don’t want latest post to be displayed in Homepage and you want static page content. Then you can go to “Settings => Readings” and in “Front page displays” select “A static page (select below)” and select the page that you want to show in homepage.
-
AuthorPosts
