Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@thess: The site maximum size is 1140px so above that it will show the space. You can see in our demo page. Many theme even don’t support more than 1000px.
Sakin
Keymaster@theproductlab: Wow so many question at a time. ok I will try to answer the all. Add the following CSS in “Custom CSS” box in your Theme Options panel.
/* To remove the Social and Search box at the top */
#header .social-search { display: none; }/* To remove only for the Search Form then */
#header .social-search form.searchform { display: none; padding: 0; }/* To Change the header background */
#header { background: none #fff; }
March 14, 2013 at 2:03 pm in reply to: Suggestion: Selective removing text areas in Featured Post Sliders #5156Sakin
Keymaster@Cryptit: We have featured image slider in all our paid version of theme. In recent update, we are adding in option to choose from “Featured Post Slider”, “Featured Page Slider”, “Featured Category Slider” and “Featured Image Slider”. We will have this option in Catch Everest Pro version.
Sakin
Keymaster@thess: Theme is responsive design, it adjust as per the screensize. The best options in the view the site and large screen and then scroll down. You will see various size.
If you want site to be same in all screen sizes then just disable it through Theme Options panel.
@wul: You cad add screenshot is anywhere and just post the link.Sakin
Keymaster@Count Moriarty: Great that it worked for your. Thanks.
Sakin
Keymaster@[email protected]: I need your site URL and then will send you the css code. Did you try adding in the following css in “Custom CSS” box in your Theme Options panel.
#header-right .widget_search { display: none; }Sakin
Keymaster@micahrj: See this for removing comments http://en.support.wordpress.com/enable-disable-comments/ or you can check this video http://www.youtube.com/watch?v=VxTlMfVkL0o&list=UUvG9V9e1s2lN-hoWeHsDCJQ&index=11
Sakin
Keymaster@golfer300: Yes there is missing file. Either re-upload all the files from Filezilla or WordPress admin panel. I have also emailed you. So, if you need my assistance then reply me email.
Sakin
Keymaster@futureblu: You can try adding in The following CSS in “Custom CSS” box in your Theme Options panel.
#header-left { float: none; }
#site-logo { float: none; text-align: center; }
#site-logo a { display: inline-block; }
Sakin
Keymaster@futureblu: Yes the featured image in set as per the width of the screen. We need to thing about this in more details. If you want to hide featured image in the post then add the following css in “Custom CSS” box in theme options panel
.single .featured-image { display: none; }Sakin
Keymaster@micahrj: This theme is designed to make it menu left align. You might need to take hemp from tweaky or http://jobs.wordpress.net/.
But first you can try the this solutions. I hope it works for you. Just add the following css in “Custom CSS” box in your Theme Options panel.
#access ul { text-align: center;}
#access ul li { display: inline-block; float: none; margin-bottom: 0; }
#access ul li a { float: none; }
Sakin
Keymaster@golfer300: You have social icons in Footer but the image is missing. What did you do with the theme. As there is no version and all on the sytle.css and also image “social-profiles.png” is not found on folder image of theme.
Please download the theme and then upload the files. This will bring back the social icons.
Sakin
Keymaster@Count Moriarty: For any css customization. You don’t need to build child theme. Just add the css in “Custom CSS” box in your Theme Options panel.
Sakin
Keymaster@TripleMoxy: The header Right is the space for Header Right Sidebar and Search on one of the widget. You can add other various widgets such as Social links and text.
This is responsive design and we cannot center vertically but yes you can add padding top to move the search little down. But this might hamper the design in mobile devices.
To add the padding top. You can add the following CSS in “Custom CSS” box in your theme Options panel.
.sidebar-top { padding-top: 35px;}March 13, 2013 at 11:36 am in reply to: Full-width logo: close empty space above & below, match menu bar width #5086Sakin
Keymaster@table26: You have header right and left margin set is 3%. Login to your WordPress Dashbaord and then go to “Theme Options => Theme Options => Header Options”. There in Header Right Margin and Header Left Margin make it both 0 and click on Save button.
When you make the Margin 0 on all side. The Image shift to left as your the space will be 1000px when there is no margin and your image size is only 975px that is why it shows 25px white space at the right side. Just upload the image with the width 1000px and remove all the margin. Then it will be fine.
-
AuthorPosts
