I have a one page site with a section that needs one of the images moved up so the graphic lines up with the section heading. I’ve tried using span classes but no luck. Is there another way to do it?
Thanks
Hey raslade!
Can you please post a screenshot and show the changes you would like to make? I see only landing page when i go to your link
Cheers!
Yigit
Ops sorry about that try: http://studiomobius.co.uk/kp/yigit to preview.
Hey!
Please add following code to Quick CSS
#brave img.avia_image {
margin-top: -90px;
}
Cheers!
Yigit
Simple as that – awesome, thank you again.