You have to provide the URL of your Website to get help from someone.
Please
You have to provide the URL of your Website to get help from someone.
There is no point to help you without seeing the site
Cheers
TR
Hi Aurora
Please use This Plugin for add Image in Footer widget Area.
https://wordpress.org/plugins/image-widget/screenshots/
Thanks.
No my issue is not resolved. I already use that image widget, it will not allow me to insert a picture that is the width of the page. IT condenses it. I’m still trying to figure it out.
Hi
For this Follow Attachment URL
Thanks.
http://60b.0ad.myftpupload.com/
Please look at the footer of my site to see what the issue I’m dealing with is. I used the solution you provided in the above link, but it is still making the image very small in the bottom. the picture is much larger than it is apppearing on the site. Thank you!
Hi
For this Use Below Code in Custom css Field
.footer-widget-column img
{
height: 200px !important;
width: 300px !important;
}
Note: height and width size change according to your need.
Thanks.
Yes, my issue is resolved. Thank you!
HI
If you are happy with this theme and support
I would like to know , what rating you will assign to this theme.
Please open below link and assign rating for this theme
https://wordpress.org/support/view/theme-reviews/appointment
Thanks
Appointment Theme: How can i change the height size of the blue area just below the slider ??
Hi Han2016
put this code to your Child Theme style.css file
OR
Install Simple Custom CSS plugin and put the code there.
.top-contact-detail-section {
height: 167px;
}
or
.top-contact-detail-section {
height: 167px!important;
}
AND you have to tweak those widgets content you have:
this is as sample, I do not know what information you keep in your blue area so it would need some further tweaking. I would need your site URL to make it custom made.
TRY THIS TO ADD:
.contact-area {
padding-top: 2px;
}
or
.contact-area {
padding-top: 2px!important;
}
Change any No. px to your desire
Have a great day
Cheers
TR