Okay
  Public Ticket #1346457
More space under Blog Posts - Homepage
Closed

Comments

  •  10
    Michael started the conversation

    Hello Art,
    how can I place more white space under each Blog Post on the Homepage > section 'Blog Posts'? Please look the attachment for more info. I made an example in PSD.

    THX. Michael

  • [deleted] replied

    Hi Michael,

    Please add the code below to your Custom CSS area:

    .page-container .lab_wpb_blog_posts .blog-posts .blog-post .post .content {
        margin-top: 10px;
        color: #888;
        padding-bottom: 30px;
    }
  •  10
    Michael replied

    Hello Ylli,

    that works! THX!

    One for me very important question about the update of the theme:
    Can I update the theme without any problems and will all the CSS code still working?
    This afternoon I have my presentation of the website and for that reason it's important for me what changes will or can happen by updating the theme.

    Best regards,
    Michael

  • [deleted] replied

    Hi Michael,

    Your CSS codes that are on Custom CSS area will be saved. If you have edited any core theme file (files inside the theme folders such as PHP, JS, CSS files) then those files will revert to original ones.

    You can read theme changelog to see what changes we made on our theme update.

    Thanks!

    Will set this ticket as solved from here.