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.
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
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
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