Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1247652

    Hi,

    I´ve added an image to the footer menu but inserting it before the copyright text using the code . I´d like the copyright text that sits next to the image as well as the other menu items further along in the menu (terms & condition, legal notice etc) to all be vertically centred with the middle of the image. Is there a way of doing this please?

    Please see a screen shot of the current setup in the link below.

    Many thanks and best regards

    #1247653

    Sorry instead of the code showing above the image has appeared. The code I used excluding the image link is as follows:

    © Copyright – Levante Golf 2020 [nolink]

    Many thanks and best regards

    #1247779

    Hi,

    Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1247783
    This reply has been marked as private.
    #1247853

    HiLevante Golf ,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #socket .copyright {
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #socket .copyright img {
        margin-right: 10px;
    }
    #socket .social_bookmarks {
        margin: 10px 0 0 30px;
    }
    #socket .menu {
        margin-top: 27px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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