Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1003858

    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.

    #1003923

    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

    #1004177

    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?

    #1004262

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.