-
AuthorPosts
-
October 18, 2017 at 11:15 pm #865961
Hi,
Just posted a topic and with the very quick answer, I thought it was solved. But unfortunately it isn’t. The solution Jordan suggests, looks like it works, but that’s only for small posts. When the posts are larger, the text will go beneath the featured image. I would like to have them divided in two columns. I’ve added a link in the private section with larger posts. Wouldn’t it be possible to let the small-preview grow to the height of the text-div?
Regards,
Erwin
October 18, 2017 at 11:29 pm #865970Hey erwin_m,
Apologies. How are you building the blog posts? Are you using the default text editor or the ALB?
Best regards,
Jordan ShannonOctober 19, 2017 at 9:49 pm #866474Hi Jordan,
No apologies needed! You’re trying to help.
For the posts I’m using the default editor. On the page which contains the posts, I’m using the ALB to display the posts form the category.
Regards,
Erwin
October 20, 2017 at 3:22 pm #866719Hi,
I see. Have you attempted “No Alignment” on your images within the editor:
Best regards,
Jordan ShannonOctober 20, 2017 at 8:08 pm #866837Hi,
It are featured images, so there is no alignment-option.
Regards,
Erwin
October 23, 2017 at 4:13 am #867424Hi,
Please add the following css codes.
#top .fullsize .template-blog .blog-meta { width: 25%; } #top .fullsize .template-blog .post .entry-content-wrapper { width: 70%; float: right; }
Best regards,
IsmaelOctober 23, 2017 at 8:49 am #867493Hi,
Ismael, thank you for your post, this works great! I’ve copied the code also for use beneath 950px.
Would it be possible to align the blog-meta in the center, if beneath 950px? The same should be happening with the read-more on the blog-page. Would be great if possible!
Regards,
Erwin
October 24, 2017 at 5:51 am #867973Hi,
Yes, that’s possible. Just insert this code inside the “950px” css media query to center align the blog post elements.
#top .fullsize .flex_column .template-blog .post .entry-content-wrapper > * { text-align: center !important; } #top .fullsize .template-blog .post-title { text-align: center !important; } #top .fullsize .template-blog .blog-meta .small-preview { margin: 0 auto; float: none; }
Best regards,
IsmaelOctober 26, 2017 at 7:59 am #869111Hi Ismael,
Is there a way to centre a 1024 px Text Block so it will not be left aligned (text will remain left align)?
Thanks,
Ilan
October 27, 2017 at 8:48 am #869468Hi ofekw,
Please open your own topics in the future. What part on your site you want to center exactly? If you are referring to the lists you have on your page the I would suggest that you don’t try to center them as lists don’t tend to look good centered.
Best regards,
RikardOctober 27, 2017 at 9:05 am #869477Hi Rikard,
Thanks for following up!
Trying to center a contact form so it displays at the centre of the page.Warm Regards,
ofekwOctober 28, 2017 at 4:09 pm #869943 -
AuthorPosts
- The topic ‘Strange blog layout, again/still’ is closed to new replies.