"Leave a comment"
-
AuthorPosts
-
styleadorenet
MemberHow to move “Leave a comment” after the post. Now it’s right after the post title and date.
I would also like to have “date” centered, if comment mention is possible to move.And I do have other problems…
For example: Text width passes the picture width on iPad when holding it vertically. Is there a way/CSS correct this minor problem?Thanks :)
The blog I need help with is: (visible only to logged in users)
fotispapafotiou
Theme AuthorHi there,
Add this.byline, .comments-link { display: block; margin-left: 10px; position: absolute; bottom: 21px; margin: auto; right: 0; left: 0; }
in your custom CSS box under Customize-▸Additional CSS
to move it in the end and center the dateCan you send a screenshot. I cannot see the issue in iPad
That worked, thanks!
I decided to make other changes too. I managed to center text, but can’t seem to find right code for centering images as well.
The look I’m going to try: one column, social icons on top and main column centered.Actually, social links menu would display better below the site title not above it :)
fotispapafotiou
Theme AuthorHi,
you can center the image by adding this.wp-block-image{ text-align:center; }
in your custom CSS box
Do you want to remove the sidebar?
Thanks!
I could try and see how it looks without sidebar.fotispapafotiou
Theme AuthorHi.
Try something like this#secondary { display: none; } #primary { margin: auto; float: none; }
in your custom CSS box
Let me know if this worked for you.Also I couldn’t get social menu widget on top. There’s only two options, sidebar or footer.
fotispapafotiou
Theme AuthorHi there,
You need to set a social menu https://prnt.sc/vb2kg5 from Customizer->Menus like described here https://wordpress.com/support/menus/social-links-menu/
Let me know if you need additional help with this.Ok. Thanks! One final question, is there a way to add a header image instead of featured image? (Obviously this theme does not support the use of a custom image header.)
fotispapafotiou
Theme AuthorHi there,
I am afraid this is not an option. I am sorry.Ok. Thank you for your help :)
That white box over the featured image is quite big, is there a way resize it (without affecting text size). Or is there a way remove the whole box (including text)?
Or just leave the title in a smaller box?
fotispapafotiou
Theme AuthorHi there,
you can add this to remove it
.featured-post-content{display:none;}
or this
.featured-post-content { padding: 16px; min-width: auto; background: #fff; } .featured-post-content .entry-meta{ display:none; } .featured-post-content .more-link{ display:none; }
to make it smaller
- The topic ‘"Leave a comment"’ is closed to new replies.