Forum Replies Created
-
AuthorPosts
-
nlockier
MemberHi there,
I've had to remove the code you advised me to put into my CSS:-
.content-sidebar .post img {
clear: both;
display: block;
}On further analysis, it had resulted in my emoticons in posts being aligned to the left too meaning that some posts looked strange.
Unfortunately that.
So my menu grid loop is back to how it was when I started this query.
Does anyone have any ideas on this?
Thanks
Neil
nlockier
MemberHi there,
I've managed to work out (but haven't added) that I can align the Featured Image directly on top of the date with this change below and that fixes the date in the grid too:-
Change this:-
/* Images
------------------------------------------------------------ */.content-sidebar .post img,
.sidebar-content .post img {
max-width: 660px;
}to this:-
/* Images
------------------------------------------------------------ */.content-sidebar .post img,
.sidebar-content .post img {
max-width: 620px;
padding-left: 40px;
}But, all the rest of the images in the post also move further to the right and I cannot then get them to align, I just want them to stay where they are!
Can you help me at all here now please?
Thank you
Neil
nlockier
MemberSorry, it is now working, but can the image be aligned to sit directly on top of the date so it isn't left justified?
Thank you
Neil
nlockier
MemberHello, and thank you!
I have added this CSS and updated my blog, but on viewing it, the image thumbnail is still sitting over the date.
I add the code here:-
/* Content-Sidebar Wrap
------------------------------------------------------------ */#content-sidebar-wrap {
float: left;
width: 720px;
}.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
width: 900px;
}.content-sidebar .post img {
clear: both;
display: block;
}.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
float: right;
}Was that correct?
Thanks again
Neil
February 9, 2015 at 2:39 pm in reply to: Decrease width of footer element and increase height to content area #140241nlockier
MemberFantastic, thank you Emasai!!
Works perfectly now in test environment.
I just need to write it up so I remember all the changes! 🙂 🙂
I really appreciate your help. 🙂
Neil
February 9, 2015 at 2:24 pm in reply to: Decrease width of footer element and increase height to content area #140238nlockier
MemberHello Emasai,
Thank you for your help!
First part "To remove the space between the widgets and the footer, change the #footer-widgets to
margin: 0 auto 0;" works perfectly, the space between the widgets and the footer has been removed, thanks! 🙂Second Part - yes I want the footer to be the same width as the content, but:-
There is no "#footer width" within the Luscious Child Theme stylesheet I could find? Sorry! Where is it?
Thanks again.
Neil
-
AuthorPosts