Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #328105

    Hi!

    I want to move the copyright text to the bottom left. Now has much padding. Is it possible reduce that padding?

    Thanks in advance!

    #328359

    Hi pnacho!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #socket .copyright {
    float: right;
    }

    Cheers!
    Yigit

    #328816

    Hi Yigit,

    I would like to move to bottom left. Without padding or with a little padding from left side.

    Is it possible?

    Thanks!

    #328876

    Hey!

    Please add following code to Quick CSS instead

    #socket .container { padding-left: 0; }

    If that too does not work, please post a screenshot and show the changes you would like to make

    Regards,
    Yigit

    #328919

    Not works :(

    Here the screenshot: https://drive.google.com/file/d/0B89QUyIFnsEWaGUxSnNmVGVmQ1U/edit?usp=sharing

    • This reply was modified 9 years, 6 months ago by pnacho. Reason: update link
    #328938

    Hi!

    Can you post temporary login to your website and post it here privately?

    Regards,
    Yigit

    #328978

    Hi!

    Please add following code to Quick CSS

    @media only screen and (min-width: 990px) {
    span.copyright {
    position: relative;
    left: -15%;
    }}

    You may need to adjust the value

    Best regards,
    Yigit

    #329098

    Hi,
    finally I changed for -2%. That’s it!
    Thank you very much! :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Copyright to the bottom left’ is closed to new replies.