Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@David: If you want detail help then at this time, I recommend hiring customizer then premium support at this time. As everyone is busy with WordCamp San Francisco http://2014.sf.wordcamp.org/
Sakin
Keymaster@bwilbur: Sorry I am at WordCamp SF http://2014.sf.wordcamp.org/ for 6 days and I don’t have PC to check in issue. So, either you need to get back to me after that or please consider checking with the customizer. I check in your site and now menu is showing is all devices.
October 25, 2014 at 7:33 pm in reply to: Custom CCS to change margin in widget – one section only #46350Sakin
Keymaster@Nancy: Not sure what you mean and I am afraid that cannot done easily. So, consider hiring customizer. Thanks.
Sakin
Keymaster@offirkeren: That is from WordPress system and theme has nothing to do it. We don’t have option to control that is any theme you will see. So, if you want to add HTML text then I suggest you to change your post/page editor to Text mode and write it. See this screenshot showing text mode http://www.pinterest.com/pin/548594798332210926/
Sakin
Keymaster@Kim: You can center the post title by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-title { text-align: center; }For spaces and width, it’s little hard due to responsive design. So, I suggest you to hire a customizer. If you want me to send you then please send me the exact spaces and width that you want. Then I will check in.
Sakin
Keymaster@maria: The images that you have uploaded in slider options are of different size and that is why it’s issue. So, just use any photo editor software and then first crop all the images in the same size and upload it.
When you resize your image, make the width of 900px and height as per your need. But make sure that all the images has same height and width.
Sakin
Keymaster@maria: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 768px) { #site-generator .copyright { width: 70%; } }Sakin
Keymaster@Kim:
1. To decrease the space below the date on posts, you can adjust the padding top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box
.entry-content, .entry-summary { padding-top: 20px; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border in the sidebar
.widget-area .widget { border: none; }3. You can add the following css in “Appearance => Theme Options => Custom CSS” box
#secondary .widget_catchbox_adwidget img { display: block; margin: 0 auto; text-align: center; }4. You can add the following css in “Appearance => Theme Options => Custom CSS” box
.entry-title { padding-top: 0; }Sakin
KeymasterYou can color option in pro version you will have color options in your theme options panel to change it.
To align left secondary menu, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary-menu ul.menu li { float: left; }Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content, .entry-summary { text-align: justify; }Sakin
Keymaster@Whitney: It depends on the sections where you are uploading images. See the theme instructions page for image sizes http://catchthemes.com/theme-instructions/adventurous-pro/
October 24, 2014 at 11:27 am in reply to: Custom CCS to change margin in widget – one section only #46246Sakin
Keymaster@Nancy: Try the following css:
.widget.widget_image { padding: 0; text-align: center; } .widget_image img { border: none; display: block; margin: 0 auto; padding: 0; }Sakin
Keymaster@David: Sorry we cannot recommend the plugin. You can search for plugins at http://wordpress.org/plugin and also did you check out Jetpack plugin “carousel” module http://jetpack.me/support/carousel/
Sakin
Keymaster@matteo: Are you trying to center the title of the pages. If yes, then you can dd the following css in “Appearance => Theme Options => Custom CSS” box.
.page .entry-title { text-align: center; }Sakin
Keymaster@bwilbur: I check in your site from PC and Mac both looks fine. But yes, there is no menu in iPhone which looks like there is conflict between the theme and the plugins you have installed. So, can you try disabling plugin one by one and check in.
From which browser and version you are checking your site from Window Based desktop.
Sakin
Keymaster@Habib:
1. For the font size and padding in the menu, you can adjust the font and padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.#header-menu ul.menu a { font-size: 15px; padding: 0 20px; }2. Yes, you are using free version. If you are satisfied with free version then you don’t need to upgrade to pro version. Pro version is the advance version of free version. You can check out the additional features highlight at http://catchthemes.com/theme-instructions/catch-everest-pro/
-
AuthorPosts
