-
AuthorPosts
-
October 4, 2013 at 11:22 am #170394October 4, 2013 at 4:13 pm #170481October 4, 2013 at 6:21 pm #170540
Mmh, I thought I did: infonet
October 4, 2013 at 6:38 pm #170556Hey!
Can you create a temporary admin login and post here? Make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitOctober 4, 2013 at 9:01 pm #170602This reply has been marked as private.October 6, 2013 at 2:18 am #170936Hey!
Please add this on your custom.css or Quick CSS:
.fallback-post-type-icon { position: relative; top: 49%; left: 50%; margin: 0 0 10px -20px; height: 60px; width: 60px; line-height: 59px; font-size: 25px; text-align: center; border-radius: 100px; display: block; }
Cheers!
IsmaelOctober 6, 2013 at 11:17 am #171108Hi Ismael
Now the Post Type Icon is not overlaying text anymore. But I think it should be in the left of the text, shouldn’t it?
Kind regards
HenningP.S.: Do you know if this is a selfmade problem or is it a bug?
October 7, 2013 at 4:02 am #171420Hey!
Please use this instead:
.fallback-post-type-icon { position: relative; margin: 0 0 0 -20px; height: 60px; width: 60px; line-height: 59px; font-size: 25px; text-align: center; border-radius: 100px; display: block; left: 20px; top: 60px; } .avia-content-slider-inner .slide-content { padding-left: 80px; } .avia-content-slider-inner .slide-entry.flex_column { margin-top: -40px; }
Best regards,
IsmaelOctober 7, 2013 at 7:30 am #171481Great work, Ismael!
On blog.site.easy.de the Multi-Author-Icons of the post list are also centered to the left. On infonet they are centered as well. I don’t see any “align left” oder “align right” in your code, so how could I fix this one?
Kind regards
HenningOctober 8, 2013 at 4:00 pm #172281Hello!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .blog-meta { float: left; }
Best regards,
YigitOctober 8, 2013 at 6:06 pm #172354Now I’ve got my problem! what I love is the layout when a use the layout with sidebar one the right: But I do not want a sidebar on the frontpage! When I disable the sidebar, I get this centered layout
Why does the layout switch to a centered one? How could I change this?Kind regards,
HenningOctober 9, 2013 at 2:19 pm #173020Hello!
Can you remove sidebar first then post the link? There are two links in the topic i’m not sure which one to focus :)
Best regards,
YigitOctober 9, 2013 at 5:05 pm #173121October 11, 2013 at 1:18 am #173877Hey!
Please add !important to force it :)
#top .fullsize .template-blog .blog-meta { float: left!important; }
Cheers!
YigitOctober 11, 2013 at 7:48 am #174039Thanks for your help, Yigit. Unfortunately the result is not the same at all. If I enable the sidebar, there is a dotted row starting with the post-type-icon. Your solution only puts the icon on the left.
Again: Why there is a completely different layout if I enable sidebar?
Kind regards
HenningOctober 14, 2013 at 2:54 pm #175072Hi!
The two layouts are just that: two different layouts. With a sidebar you’ll get equal weight on the left and right and without it the weight moves to the center of the page.
The easiest way I can see to somewhat keep the layout of having the sidebar would be to remove the sidebar with css and increase the size of the main content area:
#top.page-id-402 #main .sidebar { display: none; } #top.page-id-402 .template-page.content.nine.alpha.units { width: 100%; border: 0; }
Cheers!
Devin -
AuthorPosts
- The topic ‘Post-Type Icons centered on Frontpage’ is closed to new replies.