Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Elisabetta: I see that you have added the following css which is not correct
# il branding pulsante searchform {width: auto;}.Please delete that and add the following
#branding .searchform button { width: auto; }Sakin
Keymaster@samoliver: Yes you header image is still small you can increase up to 800px.
Sakin
Keymaster@m.ohare.lyons: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .logo-wrap { margin-top: 0; padding-left: 0; }
#site-logo a img { max-width: 978px; padding-right: 0; }
#header .social-search { margin-top: -33px; }Sakin
Keymaster@Eugene: You can adjust the following padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) {
#site-logo { padding-top: 50px; }
#hgroup-wrap { padding-left: 50px; padding-bottom: 50px; padding-right: 50px;}
}Sakin
Keymaster@jmott310: Thanks a lot for creating account for me and I am able to find the issue in the site. There was css missing and I have added the following CSS in your “Appearance => Theme Options => Custom CSS” box
#main-slider .entry-title a {
background: rgba(255, 255, 255, 0.7);
color: #222;
display: block;
padding: 10px 25px;
padding: 1rem 2.5rem;
}You can remove this css after the release of new version update. Have a nice day.
Sakin
Keymaster@jmott310: I am mostly traveling so I don’t have fixed IP address. So, I will email you. Then you can create WordPress account for me and then you can make your site visible to login users only. In this way, I can even look at the issue in details with your server.
Sakin
Keymaster@burgdani: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to show the hidden title in slider
.featured-slider .page .entry-title { display: block; }The featured page slider will take the title, excerpt and featured image from the page. You cannot add extra elements. If you want to add extra text and all why don’t you use “Featured Image Slider”.
May 4, 2013 at 6:05 pm in reply to: Header Options: Additional option to move logo position up and do #8443Sakin
Keymaster@paulinepkehoe: That is option that I told you is when you have Site Title, Tagline and Header Image.
To reduce the space around the header/logo you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) {
/* Top padding */
#site-logo { padding-top: 50px; }
/* Left, right and bottom padding */
#hgroup-wrap { padding-left: 50px; padding-right: 50px; padding-bottom: 50px; } }Sakin
Keymaster@jmott310: Do you have cache installed in your site. If so then you need to clear your site cache and then your each browser cache so that you see same on all. Share with me your site URL and I will check your site in all browsers.
Sakin
Keymaster@impresnet: Now I mean for every free theme in WordPress.org. We cannot just release the new update instantly. We have to upload to the wordpress.org and the theme review team needs to review and push it live. We only have control of version update in Pro version. I hope you understand this.
Sakin
Keymaster@impresnet: Ok I will tell you how to modify only to the large screens. Just add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { .hentry p { margin-bottom: 20px; } }Sakin
Keymaster@craigcmd: First please update your theme to latest version. You are using version 1.1.1 and currently we have version 1.2.1
Since you are using Catch Everest Pro see this theme instruction http://catchthemes.com/theme-instructions/catch-everest-pro/
Let me know if you still have questions.
Sakin
Keymaster@paulinepkehoe: The image size recommended in Width: 1140px and Height: 450px for Featured Post Slider. See this Theme Instruction page http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@karinschultz: I think I have already answered you about the uses of Sidebar in http://catchthemes.com/support-forum/topic/ad-space-widget/
Yes, sometime you need to clear your cache to see the changes.
Sakin
Keymaster@kmguru: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-title { font-size: 26px; }
#main-slider .entry-content { font-size: 14px; }Note: Please be careful while you adjust as this theme is Responsive theme and you need to consider mobile devices as well.
Sakin
Keymaster@kmguru: This option in not available in Catch Everest Theme. You need to hire a developer to build child theme of Catch Everest and make it.
Sakin
Keymaster@kmguru: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box
.form-allowed-tags { display: none; }Sakin
Keymaster@yvonfinance: Thanks for your appreciation.
You can change the color and background of the footer widget. This all you can do it by yourself. But you cannot make it go the full width across the browser. That is different.
It will cost you lot more for customization but you might consider asking at http://jobs.wordpress.net/ or try in our other theme http://catchthemes.com/themes/catch-mustang/
Sakin
Keymaster@phaidra.ruck: I see that you have added
.form-allowed-tags { display: none; }in your homepage. Please remove that. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide that.
.form-allowed-tags { display: none; } -
AuthorPosts
