• Resolved sev34

    (@sev34)


    Hi!
    I am using your plugin for the blog I just started, as I really like the look and feel of your designs, thanks very much for that !
    I just have a minor issue : the category and comments for each post on the main blog page are not aligned with the rest of the line. I have tried to change some settings in a custom css file but was not able to fix that. Can you help me ?
    I am using 4.4.5 version of wordpress with tesseract theme. My blog page can be seen here:
    http://studio.myrian.fr/blog/
    Thanks !
    Séverine

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author solwininfotech

    (@solwininfotech)

    Hi @sev34,

    Please put below css code under “Custom CSS” textarea settings.

    blog_template.bdp_blog_template.lightbreeze p {
    padding-left: 0 !important;
    display: inline-block;
    vertical-align: middle;
    }

    Refresh your blog page to check impact on frontend.

    Regards, Solwin team

    Thread Starter sev34

    (@sev34)

    Hi,
    I’ve tried the CSS code that you send in the “custom CSS” area of my blog designer standard setting page but it does not change anything, the problem is still there.
    Regards,
    Séverine

    Plugin Author solwininfotech

    (@solwininfotech)

    Hi @sev34,

    please try below code

    .lightbreeze p {
    padding-left: 0 !important;
    display: inline-block;
    vertical-align: middle;
    }

    If still this trick not working then please create a support ticket at our support portal.

    Thread Starter sev34

    (@sev34)

    Hi,
    The code that you just send works and solved my problem 🙂
    Thanks very much for your help !!
    Séverine

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Category and comment sections are not aligned’ is closed to new replies.