Avatar of Amanda Watson
Amanda Watson
Flag for Australia asked on

Easy css question moving title underneath an image

Hi, On this site
http://beltedgalloway.org.au/
 you will see under the header there are 4 images with titles on the top of the image.
I would like them to sit underneath the image.
Can anyone tell me what I need to change/add to css to make this happen?
Thanks so much,
CSSWordPress

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon
Ryan Chong

you can try something like:

move the <h2> element underneath the <a> element.

<div class="wpb_wrapper">
	<div class="wpb_single_image wpb_content_element vc_align_left">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="http://beltedgalloway.org.au/council/the-association-2-2-2/" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img src="http://beltedgalloway.org.au/wp-content/uploads/2017/02/Membership-Forms-150x150.jpg" class="vc_single_image-img attachment-thumbnail" alt="" height="150" width="150"></a>
		<h2 class="wpb_heading wpb_singleimage_heading">Fee Schedule</h2></figure>
	</div>
</div>

Open in new window


SnapShot.png
ASKER CERTIFIED SOLUTION
Julian Hansen

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Amanda Watson

ASKER
Fantastic - worked a treat
Julian Hansen

You are welcome.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23