Home Forums Basel support forum CUSTOM CSS TO LEFT ALIGN BLOG

CUSTOM CSS TO LEFT ALIGN BLOG

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #212925

    oleg_dmitriev
    Participant

    Hi guys, thank you for the wonderful theme.
    Can you please send me custom CSS to left align text in the “blog” element .blog-design-masonry? (both header and excerpt )

    It’s for the homepage http://www.independent.wine

    Thank you!
    Oleg

    #213001

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.home  .blog-post-loop .entry-title{
        text-align: left;
    }
    body.home .blog-design-masonry {
        text-align: left!important;
    }

    Best Regards

    #213128

    oleg_dmitriev
    Participant

    Elise, thank you
    works perfectly.

    How can I center align meta-post-categories?

    #213189

    Hello,

    Please provide page URL and screen, I cannot figure out what you want to align left:https://prnt.sc/tmku7z

    Best Regards

    #213459

    oleg_dmitriev
    Participant

    Elise, thanks,
    it’s OK, I will keep it as it is 🙂 no modificatons required.

    I’ve got another questions though – how can I apply a CSS style with box-shadow to 4 columns? http://www.independent.wine
    I want to achieve this: https://ibb.co/S3rDbWr
    It is a row, with 4 columns of equal height, with a 20px gap between columns (set via WP Bakery backend editor, no custom CSS).

    So far I can only achieve my design with this, which is very ugly :(((
    .vc_custom_1595348195403, .vc_custom_1595348204383, .vc_custom_1595348222431, .vc_custom_1595348232631 {
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    }

    Is there a better way? Can you please recommend me a CSS?
    Thank you!

    #213625

    Hello,

    Please specify which block do you want to customize, if it is a row, insert a class into it, and provide page URL.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)