I have found the code on your site to add a custom button image to the header, but need it to be located in the upper right in the top bar and social media icons will go in the upper right, please advise on how this is done? Thanks in advance for your help.
Hey ejo14,
Please try this code in the General Styling > Quick CSS field:
#media_image-2 {
float: right;
top: -50px;
}
Please see the screenshot in Private Content area for expected results.
Best regards,
Mike
Thanks for the prompt response Mike, I want the image in the top bar in the upper left while social media icons remain in the upper right in the top bar, is this possible?
Hi,
This should be possible with some css like this:
#media_image-2 {
top: -100px;
}
But I don’t see the image on your site anymore so I can’t adjust the code to the correct calculation, please add the image back and adjust the negative number to suit, or let us know and we can assist.
Best regards,
Mike