Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #750591

    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!

    #750613

    Hey sionlamont,

    Can you please provide the link to your site so that I can look into this further?

    Best regards,
    Jordan Shannon

    #750671

    Hi yep not a problem

    #750687

    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

    #750741

    Worked a treat, thanks a lot!

    #750742

    Any idea how to set a default featured image for blog posts while I’m here?

    #750746

    Hi,

    On the post page, look to the bottom right for the “Featured Image” section:

    https://snag.gy/nU4J2d.jpg

    Best regards,
    Jordan Shannon

    #750884

    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

    #752906

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.