-
AuthorPosts
-
January 15, 2018 at 5:02 am #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!
January 15, 2018 at 7:29 am #897414Hey jsdevore,
Yes, can you provide the screenshot?
Best regards,
NikkoJanuary 15, 2018 at 3:12 pm #897562Sure, 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!!
January 17, 2018 at 4:02 am #898275Hi, I just wanted to followup to make sure you received the links to my screenshots.
Thanks!
January 20, 2018 at 2:53 pm #900090Hi,
Generate a logo/partner element by way of shortcode generator and then copy it inside a text widget.
Best regards,
IsmaelJanuary 20, 2018 at 3:38 pm #900103Thanks 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!
January 20, 2018 at 5:59 pm #900140Hi,
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,
MikeJanuary 21, 2018 at 3:24 am #900247Excellent, thanks for your help!
January 21, 2018 at 4:05 pm #900375 -
AuthorPosts
- The topic ‘Horizontal Row at Bottom of Footer’ is closed to new replies.