• I love the enigma theme and all of its features, I have only one issue for now and that’s with the styling of the blog, the area given for the date-image-comments in a column thats a bit ugly I would like to change that, maybe add some spacing or remove it.
    I haven’t uploaded my site so I can’t share it with a link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    if you want some spacing then follow below instructions:

    Write below CSS rules into custom CSS editor:

    .enigma_post_author img {
    height: 100px !important;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    }

    If you want to remove this section from the blog then follow this:

    .blog-date-left{
    display: none;
    }

    Save the changes.

    Thanks

    Thread Starter JzxD

    (@jzxd)

    Thanks, I wanted to remove only the comments and date and not the picture. How can I do that ?

    Hi,

    Write below CSS rules into Custom CSS Editor :

    .enigma_post_date, .enigma_blog_comment{
    display: none;
    }

    Now save the changes.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog style issue’ is closed to new replies.