Hello,
Fantastic theme – thank you. I’m having a small issue, once a blog post has been created (elegant blog post layout) there is a space after the post title (see image) what is this and how do I remove it as it’s putting the title out of line with the category title.
https://s14.postimg.org/qqk8xocsx/GLPWhite_Space.png
Thanks!
Hey sionlamont,
Can you please provide the link to your site so that I can look into this further?
Best regards,
Jordan Shannon
Hi yep not a problem
Hi,
It looks like I am not able to access your css or functions file to edit so I am limited to what I can do, however if you are able to adding this css block should fix your problem:
h2.post-title.entry-title a{
margin-left: 15px !important;
}
Best regards,
Jordan Shannon
Worked a treat, thanks a lot!
Any idea how to set a default featured image for blog posts while I’m here?
Hi,
On the post page, look to the bottom right for the “Featured Image” section:
Best regards,
Jordan Shannon
Hi Jordan,
Sorry, I mean as a default image for every post so that our client doesn’t have to select a featured image every blog post.
Many Thanks
Hi,
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.small-preview {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-repeat: no-repeat;
background-size: contain;
background-position: 50% 50%;
}
Login credentials did not work for me. If code above does not help, can you please check them once again?
Best regards,
Yigit