Dhruv Kar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Header space above/belowHi ribbit0608,
Header image:
The header image is larger than the column width right now.
Try resizing the image below to 900px (right now its at 960px) in width using a photo editing software and then re-uploading and applying it as your header image:
http://amishcraftsmenguild.com/wp-content/uploads/2013/01/copy-Header-with-logo.jpg
See if that helps the IE issue.Working on the other issue and will get back to you.
Forum: Fixing WordPress
In reply to: Remove Sidebar SpaceThanks WPyogi. Wasn’t sure how to do that.
Good luck missbcross.Forum: Fixing WordPress
In reply to: Remove Sidebar SpaceLooks like you’re making use of the sidebar on your Portfolio page. Are you still wanting to get rid of it?
Forum: Themes and Templates
In reply to: [Catch Box] remove gray borders around contentCK Photo,
The gray borders can be removed by changing the following colors to #FFFFFF.
For the gray line underneath the menu:
1. Line 183 in style.css#page { background: none repeat scroll 0 0 #CCCCCC; border-radius: 5px 5px 5px 5px;For the three lines at the bottom of the page:
2. Line 2414 in style.css – Change border-bottom and border-top to #FFFFFF (two of the lines should be fixed by this)#site-generator { background-color: #FFFFFF; border-bottom: 2px solid #AAAAAA; border-radius: 0 0 5px 5px; border-top: 1px solid #CCCCCC; clear: both; color: #666666; display: block; font-size: 12px; line-height: 2.2em;3. Line 743 in style.css – Change border-bottom to #FFFFFF
.hentry, .no-results, #author-info, #disqus_thread, #content .error404 { background-color: #FFFFFF; border-bottom: 2px solid #CCCCCC; border-radius: 5px 5px 5px 5px; margin: 0 0 2em; padding: 0.5em 5% 2em; position: relative; width: auto;* The lines numbers could be different, but you should be able to find the relevant code by searching. See if that works.
Forum: Themes and Templates
In reply to: how to edit the second title – biginnerGlad it worked out.
Forum: Themes and Templates
In reply to: how to edit the second title – biginnerHey xuanyinwen,
Which theme are you using? Provide a link to the theme, if you can.
Forum: Fixing WordPress
In reply to: Remove Sidebar Spacemissbcross,
(I was looking at the wrong page before, ignore the previous post).
If you make the width = auto in style.css on line 182, the page looks like this:
The code would look like:
.article {
background-color: #FFFFFF;
border-top: 1px solid #E7E7E7;
margin-top: -1px;
overflow: hidden;
padding: 10px;
width: auto; /*This used to be 299 pixels*/See if that helps.