Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@runnerchick081: If you want your sidebar to be 350px with margin between to be 10px and rest for the content then you can replace your current css in “Custom CSS” box
@media screen and (min-width: 1225px) { #main .wrapper { width: 1030px; } #primary { width: 800px; } #secondary { width: 200px; } }To the following css:
@media screen and (min-width: 1150px) { #main .wrapper { width: 1115px; } #primary { width: 754px; } } @media screen and (min-width: 961px) { #secondary { width: 350px; } }Sakin
Keymaster@Janette: Thanks for your appreciation.
You can add border in the slider image by adding the following css in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap img { border: 1px solid #ddd; }I am not so sure that you are talking about padding or margin. In widgets, we only have margin bottom. So, if you want to reduce or increase it then you can adjust the margin as per your need and then add it in “Appearance => Theme Options => Custom CSS” box
.widget { margin-bottom: 30px; }Sakin
Keymaster@Kim: Ok then try the position css. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { position: relative; } #sidebar-header-top { position: absolute; top: 20px; }Sakin
Keymaster@Anthony: Can you post in your site URL and then I will be able to check in.
Sakin
Keymaster@egnalc: It looks like there is conflict with your plugin. Can you disable and check in.
Have you tried Widget Visibility module in Jetpack plugin. From this you can change the option of widget to show in particular page or all pages.
Sorry I cannot view your purchase of Support Membership http://catchthemes.com/membership/. So, for this can you contact to our sales directly http://catchthemes.com/contact-us/ with your order ID. So, they will look into it.
Sakin
KeymasterHi Klaas,
So, if you just want to hide the meta just below the title and want to show below the post. Then you can replace previous css with the following:
.entry-header .entry-meta { display: none; }Regards,
SakinSakin
Keymaster@Klaas: Are you using Catch Everest Theme?
If you want to hide entry meta then you add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }Sakin
Keymaster@Wolfgang: First you shouldn’t change core theme files inside ‘simple-catch-pro’ theme directory. As these changes will be reverted back to original when you update the theme. So, either you need to add these CSS in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add it in child theme style.css
I will not able to check in details until you have live site URL. So, I have come up with the css on the basic of your screenshot. Try the following.
@media screen and (max-width: 767px) { #header-content { background-repeat: no-repeat; padding-bottom: 125px; position: relative; } #sidebar-top { bottom: 0; position: absolute; } }Sakin
Keymaster@Kim: Your logo is bit large. Can you reduce the width of your logo and then mode your social icon form Header Top Sidebar to Header Right Sidebar.
Sakin
Keymaster@Ian1597: That’s nice that you found it. But don’t edit core theme files inside adventurous theme directory. As the edits that you make it there will be reverted back to original when you update the theme. So, for the CSS change either you add it in “Custom CSS” box or build child theme and add it in your child theme style.css file.
Sakin
Keymaster@Janette:
1. To change the font size of tagline(site description), you can go to “Appearance => Theme Options => Font Size Options” and change “Site Description Font Size”. To change the color, you can go to “Appearance => Theme Options => Color Options” and change the color code in “Site Tagline Color”
2. You can change to Green Color Scheme by Selecting “Green” from “Appearance => Theme Options = Color Options => Default Color Scheme”. Then you can change the individual color as per your need
3. For widget title and widget content, you can change the font size in the following css and add it in “Appearance => Theme Options => Custom CSS” box.@media screen and (min-width: 961px) { /* For Widget Title */ .widget-title { font-size: 18px; } /* For Widget Text */ .widget-area, .widget ul li { font-size: 14px; } }Sakin
Keymaster@Signal512: Please share your site URL so that I can try it from Google Chrome.
Sakin
Keymaster@Joaozinho: Nice it’s working 🙂
Sakin
Keymaster@Cybersnaby: For this I actually need your site URL and check in. So, send me your site URL. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.home .entry-title { display: none; }Sakin
Keymaster@kayla: Sorry I don’t get it what you mean. For Adventurous Featured Image in post, you have two options to play around. There is Content Featured Image Options and Header Featured Image Options. If you want to do that for overall site then you need to change that from Theme Options panel or if it is only for particular post then you need to change that from “Adventurous Options” meta box below you post editor.
Sakin
Keymaster@runnerchick081: Sorry I don’t get it what are you trying to do it and your css conflicting with each other.
So, can you let me know more details then I can suggest it. Like what is the width of sidebar that you want and for content.
Sakin
Keymaster@Albert: You need to download the your theme zip file from your account at http://catchthemes.com/my-account/
Sakin
Keymaster@Sakin In your custom css I see the following css, can you let me know why you added it. It is conflicting with the css I gave you.
#primary { margin: 0 -19% 0 0; } #content { margin: 0 22% 0 3%; width: 100%; } #secondary { width: 33%; } -
AuthorPosts
