How to align text to left on full width slider

Home Forums Gillion Theme How to align text to left on full width slider

Home Forums Gillion Theme How to align text to left on full width slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • lucaseatp
    Participant

    Hello,

     

    The information block for the blog post aligns automatically the whole block on the center. But when the post has a big title, it covers a lot the background image.

    There’s a way to align all the block for the title, category, etc, to the left? This way I could have a better image view. The builder doesn’t give me this option, what CSS can be applied?

     

    The URL is https://evaldocosta.online/

     

    Thanks.

    Best,

    Lucas Teles

    Hi Lucas,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-slider-container {
        padding-left: 0;
    }

     

    Best regards,
    Shufflehound team

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