• Resolved laurentpierru

    (@laurentpierru)


    Hello,

    Since yesterday, I have a problem with my site. I don’t know why, but the text is now under the date/author instead of beside.
    I didn’t add an extension and didn’t change anything on the site… so, I don’t know how this happened.

    Here is my website : https://ape-pasteur-cappelle.fr

    Can you please help me to get back to normal ?

    Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @laurentpierru

    To place the text beside the date/author, i would like to suggest the below CSS.

    .post-contents {
        margin-top: -259px;
            margin-left: 95px;
    }

    You adjust the size according your need.

    I hope this will resolve your issue.

    Best Regards!!

    Thread Starter laurentpierru

    (@laurentpierru)

    Hello @teeru,
    thanks for helping…
    I placed you CSS in the Style.CSS.
    That solved my problem for the index page… but now, the problem is that my margins are bad in the single posts page !

    I forgot to mention that my problem only occurs on the index page.

    How can I modify this index page only ?

    Thanks

    Best Regards !

    Hello @laurentpierru

    Please try using below CSS.

     .post-contents {
        float: none;
    }

    Regards!!!

    Thread Starter laurentpierru

    (@laurentpierru)

    It works !
    thanks a lot for your help !

    Best Regards !

    Theme Author Iceable

    (@iceable)

    Hello, and thanks @teeru for stepping in with a working solution so quickly!

    I had a quick look at your site and found that the problem originates from a CSS conflict with bootstrap which is loaded on your site (maybe you added it or one of your plugin did?)

    Removing bootstrap if it isn’t actually needed would also solve the problem without the need for additional CSS.
    However, @teeru’s solution seems to fix it so you may as well not bother keep it that way if there is no further issue!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with page look (text under the date)’ is closed to new replies.