Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kenny: This is responsive design site so you need to careful while adjusting the width of Primary(Your right content) and Secondary (your left Sidebar ). Below you will find the css that uses for various screen size. So, if you want to increase the content then increase Primary width and reduce the same amount in secondary width. After you adjust it you can add in the css in “Appearance => Theme Options => Custom CSS” box:
/* Screen size above 961px */ @media screen and (min-width: 961px) { #secondary { width: 340px; } #primary { width: 480px; } } /* Screen size above 1024px */ @media screen and (min-width: 1025px) { #secondary { width: 340px; } #primary { width: 540px; } } /* Screen size above 1152px */ @media screen and (min-width: 1153px) { #secondary { width: 360px; } #primary { width: 620px; } } /* Screen size above 1280px */ @media screen and (min-width: 1281px) { #secondary { width: 380px; } #primary { width: 700px; } } /* Screen size above 1344px */ @media screen and (min-width: 1345px) { #secondary { width: 380px; } #primary { width: 750px; } }Sakin
Keymaster@s.reinold: Thanks for your appreciation. If you like Catch Responsive theme than you can help us by providing your review and rating here at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform .
Sakin
Keymaster@Kenny: Sorry I couldn’t see it. Maybe you can upload your screenshot of your site in any photosharing site and paste the URL here. So, that I don’t need to look at your site URL. So, let me know by how much you want to deduce it to.
Sakin
Keymaster@s.reinold: Sorry replace the previous css I gave you with the following css:
@media screen and (max-width: 990px) { .mobile-menu-text { display: block; } }Sakin
Keymaster@ertlaw: Which version of WordPress are you using it. Are you using latest version 4.1 and also send me your site URL.
Sakin
Keymaster@jbadura: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-meta { display: none; }Sakin
Keymaster@herographics: I see that you are using Catch Base Free version where there in only Featured Page Content or Demo Featured Content. So, just go to “Appearance => Theme Options => Featured Content Options”, choose “Featured Page Content” in “Select Content Type”. Then you need to select the pages one by one/
Sakin
Keymaster@s.reinold: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 990px) { .mobile-menu-anchor { display: block; } }Sakin
Keymaster@kyle: It cannot be exactly like image but yes we can make it similar. Can you send me your site URL and the image which you can to make it similar to.
Sakin
Keymaster@s.reinold: I see that you have added the following css where you have missed dot in front
mobile-menu-anchor a.genericon-menu,.mobile-menu-anchor a.genericon-menu:hover {color: #FFFFFF;}It should be as:
.mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { color: #fff; }Sakin
Keymaster@s.reinold: Post in your site URL so that I can check in.
Sakin
Keymaster@s.reinold: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { color: #404040; }Sakin
Keymaster@Kenny: Please post in your site URL so that I can see which layout your are using. As there are different layout options in “Appearnace => Theme Options => Layout Options”. Yes, you can change the layout of your post/page from “Catch Kathmandu Options” meta box below your post and page editor when you edit or write new page/post.
Sakin
Keymaster@John: Thanks John, we found the issue and we will be release this fixed and many more tonight with Gridalicious Pro version 2.0. Sorry for the trouble.
Sakin
Keymaster@michellebergmann: Sorry I don’t get it which gallery are you talking about. Also after you upload the images in your page, you need to insert it as Gallery then only it will show as gallery. See this https://codex.wordpress.org/The_WordPress_Gallery
Sakin
Keymaster@Kenny: It’s confusing as you have posted your question in Catch Flames Pro theme support forum. To get help for Catch Kathmandu Pro theme, you need to post in Catch Kathmandu Pro support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-pro-premium/ with your site URL. If you have any specific width of the sidebar then do add that as well.
March 20, 2015 at 2:26 pm in reply to: Image Slider Pictures will not stretch to maximum monitor size #53801Sakin
Keymaster@webtussi: Sorry but you are making me confused with different write post in each section. Can you just explain me what are you trying to do it now and where you have issue. In which page.
Sakin
Keymaster@L: Your css will be as below:
ul.social-profile li.myspace a { background-position: -1119px 0; } ul.social-profile li.myspace a:hover { background-position: -1119px -43px; } -
AuthorPosts
