Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1260100
    LDudIdea
    Participant

    I have an image that I’d like to insert into my footer that I want to use as the entire space of my footer. How can I accomplish this?

    #1260103
    LDudIdea
    Participant
    This reply has been marked as private.
    #1260318
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Please upload the image on your media library as an image format (.jpg or .png), take note of the image URL.

    Then make your Footer Widget Area one column only.

    Then add the image on the footer area with a text widget. Use the code below, replace the IMAGE URL HERE with the actual URL of the image.

    <img style="width: 100%;" src="IMAGE URL HERE" alt="image" />

    Then add this under Custom > CSS in the Customizer to make the footer fullwidth.

    footer.x-colophon.top {padding: 0;}
    footer.x-colophon.top .x-container.max.width{
    	width: 100%;
    	max-width: 100%;
    }

    Hope it helps, Cheers!

    #1262000
    LDudIdea
    Participant
    This reply has been marked as private.
    #1262109
    Friech
    Moderator

    Hi There,

    To make the footer widget area a one column. Navigate to Appearance > Customize, on Customizer under the Footer panel set the Footer Widget Areas to one.

    You might need to navigate to Appearance > Widgets and move your image code to the first footer since currently you placed it on the second footer (footer 2)

    The white space above the image is the last section’s bottom padding. Please set that to 0.

    The white space below the image can be remove by adding this on your Custom CSS on Customizer.

    .x-colophon.bottom {
    	padding-top: 0;
    }

    Thanks.

    #1262959
    LDudIdea
    Participant
    This reply has been marked as private.
    #1263312
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications! I can see that you have set in the customizer to have a two column footer widget areas. This is the reason why the image is not stretched out. it is only displaying 50% of the width. Please go to the customizer, Appearance > Customize > Footer and set the “Footer Widget Areas” to just only One column. Once done, please make sure to transfer the widget to the Footer 1 widget area.

    http://prntscr.com/d94eay

    Hope this helps.

    #1265552
    LDudIdea
    Participant
    This reply has been marked as private.
    #1265628
    Joao
    Moderator

    Hi There,

    I am a bit confused about what you are trying to achieve.

    I don“t think it is the best thing to add an image with your telephone link, address,etc..this should be added as a text on your site.

    Please provide a mockup/image of how you would like your site to look like at the end so we can understand your goals and suggest you a tailored solution.

    Thanks

    Joao

    #1266014
    LDudIdea
    Participant
    This reply has been marked as private.
    #1266396
    Rupok
    Member

    Hi there,

    You just need to set one column for the footer widget – http://prntscr.com/da90qy

    I did that for you to test and seems fine now.

    Cheers!

    #1267461
    LDudIdea
    Participant
    This reply has been marked as private.
    #1267770
    Rupok
    Member

    Hi there,

    It seems you are using fullwidth template there for the pages but your homepage have no container template. So you can set same template as home for the other pages or add this under Custom > CSS in the Customizer.

    .x-colophon.top {
      padding: 0;
    }
    .x-colophon.top .x-container.max.width {
      max-width: 100%;
      width: 100%;
    }

    Hope this helps.

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