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

    Hi,

    i want to change the position of the title and the date of my blog entries.
    First image, than date, than title. How can I change this?

    And how can I change the padding top between image and title (than date)?

    #656484

    Hey PKoch,

    try this code inside Quick CSS field:

    .post-title.entry-title {
    margin-top: 30px !important;
    }
    #top .fullsize .template-blog .post-meta-infos {
    top: -95px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #656528

    Hi,
    seems to work.
    but on this page there is more space between the date and the title!? On the other pages its ok…
    How can I solve this?

    #656538

    Hi,

    can you provide a precise link of the other pages you’re talking about please?

    Best regards,
    Andy

    #656544

    the other blog entries …

    #656556

    Hi,

    hm maybe this is caused by two lines in your headline. Check on another post with only one line in your headline how it’s looking and send us the link.

    Best regards,
    Andy

    #656628

    I change the headline of this post, and yes, this seems to be the problem.
    what can I do that it will alwas look the same no matter if the headline has one or two lines?

    #656949

    Hi,

    to find a possible solution for this I need a link with a long headline again. The links you’ve provided before contain only a short one.

    Best regards,
    Andy

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