Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@whiters: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .more-link { display: none; }Sakin
Keymaster@Elisabetta: Yes you cannot directly add pdf. Oh sorry there is no option for open link in new window. Ok I will ask to add it in new version update. For now you can just add the code in your Adspace code instead of image.
<a target="_blank" href="http://www.federicoalberati.com/wp-content/uploads/2013/08/Triplezero11.PDF"><img alt="XXXXXX" src="http://www.federicoalberati.com/wp-content/uploads/2013/08/Triplezero1.jpg"></a>Sakin
Keymaster@Elisabetta: Sorry about that. But I don’t see you have purchase account. So, can you contact our sales directly at http://catchthemes.com/contact-us/ with your purchase.
Sakin
Keymaster@fritzhesse: Yes there is two way to do that, one is by building child theme and adding the bar though action hook and another though CSS. For css, you can add following css in “Appearance => Theme Options => Custom CSS” box.
#main { background: url("imageurl") repeat scroll 0 0 transparent; } .home #main { background: none; }Sakin
Keymaster@aaronborrego: I just check in your site and you have activate the minify settings in your W3 Total Cache, for minify you have to properly configure the elements. So, I think in your case this minify is giving issue. Can you off the minify setting and then clear your cache in W3 Total Cache Setting.
Sakin
Keymaster@burgdani: Have you added any new plugin recently or changed any theme core files. If you have recently added new plugin, then can you check it by disabling the plugin and clearing your cache.
Sakin
Keymaster@johntday: The Catch Box Pro maximum width is 1000px and it adjusts to the screensize below 1000px as needed.
If you want to increase the width or larger screens then you may add the following css in “Appearance => Theme Options => Custom CSS” box and also consult with your developer.
@media screen and (min-width: 1061px) { #page { width: 95%; } }Sakin
Keymaster@lilatrejo: You will get it soon. Let me know if you still have problem.
Sakin
Keymaster@regalaffair: If you have contacted sales and they will get back to you soon.
Sakin
Keymaster@impresnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { font-size: 16px; }Sakin
Keymaster@eckh20: The best option will be to upload the image of same size. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box center it.
#featured-post .post { text-align: center; } #featured-post img { display: block; margin: 0 auto; }Sakin
Keymaster@klhaight: You can add the following css in “Appearance => Theme Options => Custom CSS” box to increase the heading size. But be careful about responsive design.
.hentry h1 { font-size: 32px; }Sakin
Keymaster@aaronborrego: I am not sure about that. Why you don’t like uploading image.
Sakin
Keymaster@ashrafashraf: When you send me the code, please paste your code in pastebin.com and send me the link.
I don’t understand your code and question much. Can you send me the screenshot of what you want to do it.
Sakin
Keymaster@kapo_e: I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box.
#site-logo, #hgroup { padding-top: 30px; padding-bottom: 0px;}You can just add the following css instead
#site-logo { padding-top: 5px; }Sakin
Keymaster@businessbabes: Thanks for your screenshot. But I need to check in your site as why it is not working as per the demo site. Have customize any CSS?
Sakin
Keymaster@k.capelli: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
#secondary .widget select { width: 300px; }Sakin
Keymaster@maklbacon: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
@media screen and (max-width: 767px) { #header-right .widget { display: inline; float: left; } #header-right .widget_search { clear: none; margin-left: 10px; } .header-sidebar #s:focus { width: 72px; } }Sakin
Keymaster@PierreLuc3E: For site logo the following css should work.
#site-logo, #hgroup { padding-top: 0; } -
AuthorPosts
