Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1086853

    Hi,

    It due to this style on your site:

    .blog .column-1 .item-image.pull-left + .item-ct {
        width: 50%;
    }

    You can add this style to the ‘custom.css’ file and change the width to 100%, it will work then.

    Regards

    edna bonfim Friend
    #1086965

    Hi Saguaros,

    It already had this code, but not changed, the text are in left. 🙁
    What can I do?


    1. Screenshot_21-1
    Saguaros Moderator
    #1086977

    Kindly share the admin + FTP account, I will check for you.

    edna bonfim Friend
    #1086978
    This reply has been marked as private.
    Saguaros Moderator
    #1087191

    Hi,

    Your code is applied for item image only, why the section you want to style is item content part. I updated this custom CSS:

    .blog .column-1 .item-ct,
    .blog .column-1 .item-image.pull-left {
        width: 100% !important ;
    }

    and it’s showing fine now.

    edna bonfim Friend
    #1087269

    Thank you very much Saguaros!! :-))

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

This topic contains 6 replies, has 2 voices, and was last updated by  edna bonfim 6 years, 3 months ago.

The topic ‘To justify text in blog column’ is closed to new replies.