Forum Replies Created
-
AuthorPosts
-
December 17, 2015 at 5:30 pm in reply to: blog posts with medium sized image on left and excerpt on the right #554533
Hi Andy,
That did not make any difference.Thanks for the guideline. I will transfer them to new entries. Just felt they were related.
Jon Erik
December 16, 2015 at 3:18 pm in reply to: blog posts with medium sized image on left and excerpt on the right #553726Thanks Andy,
I tried with 250 and it did not work. No change. Anything else I have to think about?Any thought on my other questions
1. moving the dotted line
2. why blog list pictures look very different on another pageRegards,
Jon ErikDecember 14, 2015 at 5:53 pm in reply to: blog posts with medium sized image on left and excerpt on the right #552510Thank you Andy,
That seemed to work up to width of 180.
If I make it wider, it adds an extra grey padding on the right hand side. See picture.
https://drive.google.com/file/d/0Bzn5L_7zPV0YMkpNVW95d003Ukk/view?usp=sharingI was thinking 250 would look good.
Is there a way to move the dotted line a little to the right also, or remove it completely.I have been concerned with my “latest blogs” page. I also have a blog list on my home page. The setup is exactly the same as far as I can see but here the images are small and it is centered over the text. Why would it be different?
https://drive.google.com/file/d/0Bzn5L_7zPV0YdTFYN0Z1TzVvR2c/view?usp=sharingTake care,
Jon Erik- This reply was modified 8 years, 10 months ago by InsightDezign.
December 13, 2015 at 9:33 am in reply to: Related post on single blog page takes over the screen #551572Thank you Elliot.
I did another round of Plugin-tests and found out that the Easy Facebook Likebox was the culprit. Looks like it is working now :-)
If you have any tips of a good Facebook plugin, please tell me.Take care,
Jon ErikDecember 8, 2015 at 11:29 pm in reply to: blog posts with medium sized image on left and excerpt on the right #549305Hi Andy,
I reverted back to the original single author, small preview picture.
I would like a larger image on the left hand side, like in the example web-pages I mentioned (draxe.com or amyporterfield.com).
Thanks,
Jon ErikDecember 4, 2015 at 7:16 pm in reply to: blog posts with medium sized image on left and excerpt on the right #547222Posting logon info in the private content section
December 3, 2015 at 10:31 pm in reply to: blog posts with medium sized image on left and excerpt on the right #546710Thanks Richard,
My website has not launched yet, but I can send you a temporary user in the private section. I have removed what I experimented with so far, though, to clean it out.
I was thinking something like amyporterfield.com or draxe.com. I would just assume this layout would be something many people want.I have tried different things in css, but I found it was not easy to get it right and it was not very consistent. For instance when making the browser smaller, the text left “margin” moved towards the picture and I part of the picture became gray.
This is what I took out:
.big-preview.single-big {
float: left;
clear: both;
margin-right: 3%;
height: auto !important;
width: 100% !important;
}.entry-content-wrapper.clearfix.standard-content {
width: 70%;
float: right;
}#top .fullsize .template-blog .blog-meta {
float: left;
width: 50%;
}.home .fullsize .template-blog .post .entry-content-wrapper {
margin-top: 0;
width: 70%;
float: right;
}.home .fullsize .template-blog .blog-meta {
float: left;
width: 70%;
}.home .fullsize .template-blog .post-title, .home .fullsize .template-blog .post-meta-infos {
text-align: left;
}#top .flex_column .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos { text-align: left; }
.home .entry-content-wrapper { margin-top: 0!important; }
.home .entry-content-wrapper h2.post-title.entry-title { padding-top: 1px!important; }@media only screen and (max-width: 989px) and (min-width: 768px) {
.home .fullsize .template-blog .post .entry-content-wrapper {
width: 80%;
}
}.small-preview, #top .fullsize .template-blog .blog-meta {
width: 230px;
height: 230px;
} -
AuthorPosts