Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1036973
    Chiweilin
    Participant

    Hi,

    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,
    Wei

    #1037064
    Friech
    Moderator

    Hi 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!

    #1037825
    Chiweilin
    Participant

    Hi Friech,

    Thanks for the help. It works very well.

    #1037967
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1036973 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>