Tagged: x
-
AuthorPosts
-
June 11, 2016 at 12:41 am #1036973
ChiweilinParticipantHi,
I created 4 footer areas for my website at http://www.meetmyguide.com
On the 1st widgetized footer area, I want to make Search widget upward to come closer to the Text widget, the gap in between is too big. Can you show me how to do it?
On the 2nd widgetized footer area, there are Addthis social following buttons. It’s the same situation that the gap is too big. I also need to fix it too.
And, please let me know how to add image to one of the widgetized footer area. I need to add an image under Accept All Major Payments in the footer.
Looking forward to your help. Appreciate it.
Thanks,
WeiJune 11, 2016 at 3:24 am #1037064
FriechModeratorHi Wei,
Thanks for writing in! Reduce the top margin of the search widget and social share widget with the custom css code below:
.x-colophon.top #search-2, .x-colophon.top #addthis_horizontal_follow_toolbox_widget-2 { margin-top: 5px; }You can add this under Custom > CSS in the Customizer.
And this is the HTML code for adding an image
<img src="IMAGE URL HERE" title="some text" alt="some text" />You can paste this on a Text widget. Replace the IMAGE URL HERE phrase with the actual URL of your image.
Hope it helps, Cheers!
June 11, 2016 at 9:44 pm #1037825
ChiweilinParticipantHi Friech,
Thanks for the help. It works very well.
June 12, 2016 at 1:14 am #1037967
Rue NelModeratorYou’re welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1036973 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
