Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #897361

    I am currently using 4 columns to display information in the footer of my Enfold website now under development. At the very bottom, I would like to include a horizontal row that spans 3-4 of the columns. In that row, I plan to include small logos of related trade associations. Could you provide some assistance on accomplishing this type of layout in the footer?

    I appreciate your assistance!

    #897414

    Hey jsdevore,

    Yes, can you provide the screenshot?

    Best regards,
    Nikko

    #897562

    Sure, the first link in the private content is an image of how the footer currently looks. The second link is an approximate to how I would like it to look realizing that I will probably have to place the horizontal row completely below where the mail form in column four currently ends instead of how I have it aligned with the bottom of that form (which I like if possible).

    Thank you!!

    #898275

    Hi, I just wanted to followup to make sure you received the links to my screenshots.

    Thanks!

    #900090

    Hi,

    Generate a logo/partner element by way of shortcode generator and then copy it inside a text widget.

    Best regards,
    Ismael

    #900103

    Thanks so much for your assistance. I have it setup using the logo/partner element inside a text widget placed inside the Enfold Custom Widget Area. I am currently using all four of the horizontal columns in the footer. How do I get this one column row to show beneath the four footer columns but above the copyright row at the bottom of the site?

    Thanks again!

    #900140

    Hi,
    If I understand correctly your footer Custom Widget Area is above the four footer columns and you wish it to be below?
    Please create a new Custom Widget Area for below the four footer columns, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action('avia_after_footer_columns','avia_below_footer');
    function avia_below_footer(){
    dynamic_sidebar( 'belowfooter' );
    }

    And in the widgets, name your new widget “belowfooter”

    Best regards,
    Mike

    #900247

    Excellent, thanks for your help!

    #900375

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Horizontal Row at Bottom of Footer’ is closed to new replies.