Tagged: x
-
AuthorPosts
-
November 16, 2016 at 5:24 pm #1260100
LDudIdeaParticipantI 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?
November 16, 2016 at 5:27 pm #1260103
LDudIdeaParticipantThis reply has been marked as private.November 16, 2016 at 7:24 pm #1260318
FriechModeratorHi 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!
November 17, 2016 at 8:46 pm #1262000
LDudIdeaParticipantThis reply has been marked as private.November 17, 2016 at 10:57 pm #1262109
FriechModeratorHi 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.
November 18, 2016 at 3:19 pm #1262959
LDudIdeaParticipantThis reply has been marked as private.November 18, 2016 at 10:05 pm #1263312
Rue NelModeratorHello 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.
Hope this helps.
November 21, 2016 at 9:48 am #1265552
LDudIdeaParticipantThis reply has been marked as private.November 21, 2016 at 10:38 am #1265628
JoaoModeratorHi 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
November 21, 2016 at 4:20 pm #1266014
LDudIdeaParticipantThis reply has been marked as private.November 21, 2016 at 10:46 pm #1266396
RupokMemberHi 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!
November 22, 2016 at 5:12 pm #1267461
LDudIdeaParticipantThis reply has been marked as private.November 22, 2016 at 11:13 pm #1267770
RupokMemberHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1260100 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
