Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #830407

    Hello,

    I want to display an image in the footer on the far right of my site and also display some contact info in the footer on the far left.
    I have edited the code to put ‘pages’ and ‘archives’ on the middle footers that aren’t in use and managed to display my image in the far right footer, but now the text in the far left footer is being cut off.

    can anyone help?

    #831344

    Bump

    #831360

    Hi!

    I switch footer column count to 2 in Enfold theme options > Footer and then added following code to Quick CSS in Enfold theme options > General Styling

    #footer .flex_column:nth-child(2) img {
        float: right;
    }

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.