Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #697171

    How can I do to pictures in a combo widget, left-justified, and not by right …. not correctly displayed in the left sidebar widget (((

    Thank you in advance for your help…

    Screenshot attachedСкриншот экрана

    Website address: http://www.ulovanet.ru

    #697180

    Hey Konstantin,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .news-headline {
        float: right;
        width: 200px;
    }
    
    .news-thumb {
        float: left !important;
    }
    

    Best regards,
    Jordan

    #697183

    Thank you very much …. Everything is perfect

    #697190

    Hi,

    Glad to have been of help :)

    Feel free to reach out to us again if there is anything else you need!

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to align widget’ is closed to new replies.