Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #553393

    Hello. Please see my attached image. I’m trying to achieve the results at the bottom-most part of the image. I can’t get the 3rd column to move over properly.

    Thank you,
    Ryan

    #554137

    Hi rlogan2334!

    When I view your site it looks like the first part of your screenshot so I’ll assume you got it sorted already.

    Best regards,
    Elliott

    #554155

    Sorry, but I would have updated my ticket if that were the case. The issue is still there.

    http://www.legalshift.com

    #554460

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #footer .flex_column:nth-child(3) {
        margin-left: 1%;
    }

    Best regards,
    Yigit

    #554598

    Thanks for giving me a place to start.

    Hopefully this helps someone else. Footer alignment is the only thing I don’t look forward to when working with Enfold. Would be cool if you could enable the advanced editor for the footer.

    /* Right aligns news/blog entries in the Enfold footer. The goal is to right-align footer column 3/3 */
    #footer .flex_column:nth-child(3) {
    text-align:right; !important
    }

    /* Hides the news/blog thumbnail from the Enfold footer. The goal is to right-align footer column 3/3 */
    #top .news-thumb {
    display: none;
    }

    http://legalshift.com/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer Widget Alignment’ is closed to new replies.