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!
Hi pnacho!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .copyright {
float: right;
}
Cheers!
Yigit
Hi Yigit,
I would like to move to bottom left. Without padding or with a little padding from left side.
Is it possible?
Thanks!
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
Not works :(
Here the screenshot: https://drive.google.com/file/d/0B89QUyIFnsEWaGUxSnNmVGVmQ1U/edit?usp=sharing
Hi!
Can you post temporary login to your website and post it here privately?
Regards,
Yigit
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
Hi,
finally I changed for -2%. That’s it!
Thank you very much! :)