Jamie Gill
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Excerpt not pulling correct content.Any ideas dudes? Im baffled by it
Forum: Themes and Templates
In reply to: CSS Floating Divs to the bottom inside a DivHi Toby,
Do you have a link to the example? If not the code below maybe what your after?
.art-image { float:right position:relative; bottom:0 }
Forum: Themes and Templates
In reply to: Extend menue ( #access) across entire pageAh cool glad you solved it
Forum: Themes and Templates
In reply to: Extend menue ( #access) across entire pageNo problem, and yes I dont quite understand what you mean there? However it is getting late here so it maybe me going abit crazy too ??
Forum: Themes and Templates
In reply to: Extend menue ( #access) across entire pageAh ok ignore that above then sorry. OK the bar itself is inside the container so you would need to take the Nav outside of the container so it will stretch 100% to the window and not 100% to the container (1218px). All the CSS is correct so once outside the container it should be as you wanted maybe abit of position tweaking but it should do the trick.
Forum: Themes and Templates
In reply to: Extend menue ( #access) across entire pageIf it is that then I think if you change
#access ul { display: inline-block; }
to
#access ul { display: inline-block; width: 100%; }
Should be what your after?
Forum: Themes and Templates
In reply to: Extend menue ( #access) across entire pageHi Adzay,
Are you talking about the 3 links at the top of the page, and just extending the box they are in?
Forum: Themes and Templates
In reply to: [Theme: Catch Box] Adjusting spacing above Blog Post TitleNo problemo
Forum: Themes and Templates
In reply to: Image size for twenty eleven theme featured imageThats because your image size is only 273px x 183px. However I can see the Title box is taking up quite abit of room so we would need to change the css of the box to pull the image in then give the images a class and tell it to make the images full width. Do you have know css knowledge whatsoever? Even if I gave you the code?
Forum: Themes and Templates
In reply to: [Theme: Catch Box] Adjusting spacing above Blog Post TitleOr
#content nav { display:none }
Gets it really spot one ??
Forum: Themes and Templates
In reply to: [Theme: Catch Box] Adjusting spacing above Blog Post TitleI tell a lie! Sorry the Hello post is picking up a navigation before the entry title thats causing extra padding above the heading.
I changed
#content nav { clear: both; overflow: hidden; padding: 0 0 2em; }
to
#content nav { clear: both; overflow: hidden; padding: 0; }
That seemed to reduce the padding. However it would be more practical to check out your post php file and remove the Nav its picking up
Forum: Themes and Templates
In reply to: [Theme: Catch Box] Adjusting spacing above Blog Post TitleHi add this to your style sheet
header.entry-header { height:67px }
This should fix the spacing problem
Forum: Themes and Templates
In reply to: Image size for twenty eleven theme featured imageAh then I’m not sure I can fix this for you, at the minute I see 4 large care images in gallery form. Then your featured post box that is working correctly but is cut short because of the gallery to the left. Ideally you either want rid of the gallery or the Featured posts beneath the gallery.
Forum: Themes and Templates
In reply to: Image size for twenty eleven theme featured imageWhich image is your featured image? Also note when selecting Set Featured Image make sure its not Thumbnail, Medium or Large make sure you select Full Size Image. Then we can use CSS to size the image
Forum: Themes and Templates
In reply to: Image size for twenty eleven theme featured imageYes let me take a look for you