-
AuthorPosts
-
June 1, 2016 at 1:02 pm #641443
Hi,
I’m trying to add a centred image using HTML (using the theme options) between existing copyright text on the left and short-coded share buttons on the right.
I tried instructions for adding to footer.php but this seemed more problematic.
If I add <center> tags to my image, the image and share buttons are pushed down off the page. This might be due to the following Quick CSS I’ve used to position the share buttons:span.copyright { width: 100%; } #socket .av-share-box { line-height: 0px; width: 20%; float: right; top: -30px; position: relative; }Do you know how I might be able to achieve, on the same line: Copyright text —— Image ——- Share buttons ?
Thanks for any assistance you may be able to provide.
June 1, 2016 at 1:23 pm #641460Hi Leosoki!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket center { top: -25px; position: relative; z-index: -1; }Regards,
YigitJune 1, 2016 at 1:36 pm #641478Many thanks for an incredibly fast response, Yigit!
That has indeed correctly positioned the image but I’m left with the share buttons still pushed down below the footer/off the page. (See image).
I can only guess it relates to the existing Quick CSS I have used to position the share buttons but it could take me forever to correct that.Any further assistance with this would greatly speed things up for me :)
June 1, 2016 at 1:59 pm #641490Hi, sorry,
I take that back… I changed
top: -30px;from my share button CSS totop: -60px;and that seems to look fine.———
Apologies for the edit rather than a new topic, I wasn’t sure of the best procedure:I have an issue where the HTML used to insert the image next to the copyright text isn’t linked.
Any idea why the image won’t link to external site?-
This reply was modified 9 years, 5 months ago by
Leosoki. Reason: Additional issue found after topic closed
June 1, 2016 at 2:02 pm #641493 -
This reply was modified 9 years, 5 months ago by
-
AuthorPosts
- The topic ‘Centre an image in copyright footer area.’ is closed to new replies.
