norrie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSAlso the rollovers are too big now.
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSReally appreciate the tips I’ve been given so far. This is kinda working but how can I make the width or the bottom borders the same as the sides? Also the last thumbnail isn’t the same as the others now that the border has been added. I’ve been fiddling but can’t figure it out. Here’s the code. Thanks again.
#projects { margin: 0 0 0 0; width: 100%; padding: 0; float: left; display: block; position: relative; } #projects .thumbs { margin: 0 auto; } #content #projects li{ padding: 0; background: none; } #content .project.small { display: block; position: relative; float: left; margin: 0 !important; max-width: 300px; height: auto; padding-bottom: 0; cursor: pointer; background: #fff; zoom: 1; visibility: hidden; } #content .project.small img{ width: 100%; height: auto; border: 6px solid #e2e2e2; } #content .project.small .description { position: absolute; display: none; top: 0; color: #fff; padding: 20px 20px !important; z-index: 10; } #content .project.small .overlay { position: absolute; display: none; background: #cdb980; width: 100%; height: 100%; z-index: 9; border: 6px solid #e2e2e2; } #content .project.small .title { display: inline-block; margin: 0 12px 0 0; padding-bottom: 12px; font-weight: bold; font-size: 1em; color: #fff; }
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSYeah, right. I’ll look at it again. Thanks again!
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSDidn’t work unfortunately.
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSThank you!! I’ll give that a go.
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSThanks Jose.
Forum: Fixing WordPress
In reply to: Adding gaps between thumbnails with CSSOK, I can see now that you can’t remove the counter from the Like button.
Forum: Themes and Templates
In reply to: Right margin on portfolio thumbnailsHmmm… You’re probably right. Thanks anyhow.
Forum: Themes and Templates
In reply to: Right margin on portfolio thumbnailsThe whole site aligns to a grid.
Forum: Themes and Templates
In reply to: Right margin on portfolio thumbnailsThanks for your reply. I tried that but then the 4th thumbnail doesn’t line up on the right with the 1px line above it. And all the thumbnails are too close together at 16px.
Forum: Fixing WordPress
In reply to: Thumbnail issues in portfolioBrilliant! Thanks so much Christine. really appreciate it! Solved the same problem on my home featured images too.
Forum: Fixing WordPress
In reply to: Can't Upload Images after updating to 3.3My problem is fixed. I deactivated plugins and themes and nothing worked but when I cleared safari’s history, I was able to get it working.
Forum: Fixing WordPress
In reply to: odd sidebar widget font sizesThe widgets had CSS which specified the font size in px and also the line-height. All good now. Thanks!
Forum: Fixing WordPress
In reply to: Portfolio and "recent posts" widgetThanks a million!