CMSHelpLive
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] remove the spaceFor this add the following code in stylesheet:
.home .pagination{ display:none; }Forum: Themes and Templates
In reply to: [Hueman] remove the spaceSorry i could not get you, confused between header navigation and pagination. Can you please mark the area you want to delete in a screenshot.
Forum: Themes and Templates
In reply to: [Hueman] remove the spaceAdd the following code in your custom css:
.pad{ padding-bottom:0px; } .post-list .post-row{ margin-bottom:0px; } .home .pagination { margin-bottom: 0px; display: inline; }Forum: Localhost Installs
In reply to: How to Make ""Local Host"" of my personal PCYou can intall WAMP serve from its Official wesite according to your windows like 32 bit or 64 bit.
Forum: Themes and Templates
In reply to: Change page colorIn responsive theme this is not the correct stylesheet which need to be update. Follow the below path to find the correct one:
wp-content->Themes->responsive->core->css->style.css
You cannot go to this path using the Dashboard. You have to use ftp or cpanel to do that.Forum: Fixing WordPress
In reply to: Space between banner and nav menu.Add the following code in your custom stylesheet(blue.css) in line number 3679:
#header { padding-bottom: 0px!important; margin-bottom: 2em!important; }Forum: Fixing WordPress
In reply to: Image upload issue, can't figure outThis can be due to the incompatibility issue of any plugin with WP 4.0. Try the following solution.
-Deactivate all plugins and then try to upload the images again.
-Activate each plugin and check if uploading images is working fine or not.Before doing this it is advised to take the backup of the website.
Forum: Fixing WordPress
In reply to: how to change line spacingYour site is marked as private i am unable to see it. Anyways if you wants to change the line spacing then add the following code in your theme’s custom css:
body{ line-height:.5rem; }Forum: Fixing WordPress
In reply to: Front Page Alignment Issues!Please check site URL once. It is not working.
Forum: Fixing WordPress
In reply to: How to restore backup fileAsk your service provider to do that.Its on the server.
Forum: Fixing WordPress
In reply to: How to center Social Media Feather widget in Vantage themed footer?Thanks 🙂
And i will check your post regarding Disqus.Forum: Fixing WordPress
In reply to: Center Align Custom PageCheck that page with firebug it is not in stylesheet.
Stylesheet for this page is treenook-20 located in root directory of the site.Forum: Fixing WordPress
In reply to: Photos not centered in pop upIs this issue resloved?
Forum: Fixing WordPress
In reply to: How to center Social Media Feather widget in Vantage themed footer?Add the following code in your custom css:
#synved_social_follow-3 div{ width:7%; margin:0 auto; }Forum: Fixing WordPress
In reply to: how to delete menu at the bottom of the page?Check your sidebar widget. If there is anything related to widget. It doesn’t have anything to do with the theme. I have used parabola theme. Initially it is not there.