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

    Hello, I have added on page footer.php a part of code for privacy with Iubenda (You see in private content)
    Everything works fine but I would like the buttons to align correctly under copyright.
    Can help me?
    Thank you.

    #929156

    Hey topmedialab,

    Thanks for providing the login, however I’m not really sure what you meant by align correctly under copyright? do you want it to be centered below the copyright text? if yes, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #socket span.container.policy {
        margin-left: 150px;
    }

    Just adjust the left margin as needed. Hope it helps :)

    Best regards,
    Nikko

    #929198

    Hello, I would like the text to be aligned according to the size of the browser.
    How does the copyrigt text. If I put a fixed margin as you gave me it will not work

    #929891

    Hi,

    Okay, can you try to replace the code I gave to this one instead:

    #socket span.container.policy {
        width: 100%;
        display: block;
    }

    Hope it helps :)

    Best regards,
    Nikko

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