Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1438993

    Hi,

    is ther a solution to type the blog author and category in one line?

    #1439046

    Hey Stefan,

    Thank you for the inquiry.

    Which blog style or layout are you using? Please provide the site URL in the private field so that we can check the blog layout.

    Best regards,
    Ismael

    #1439061

    Hi,
    link is in private content

    #1439080

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-283 .post-entry .blog-categories {
        display: inline;
        margin-left: 10px;
    }
    
    .page-id-283 .slide-content .slide-meta {
        display: inline;
    }

    Best regards,
    Rikard

    #1439087

    Hi Rikard,

    thank you for helping!

    Unfortunately, the script only moves the author 10 pixels to the left.

    #1439234

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_elegant-blog #top .post-entry .blog-categories {
        display: inline;
        margin-left: 10px;
    }
    
    .html_elegant-blog #top .slide-content .slide-meta {
        display: inline;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1439264

    Hi Mike,

    now it works great.

    Thank you!

    #1439268

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘blog meta’ is closed to new replies.