Hi guys,
I need to move up the copy right up in the middle inlined with social media icons.
Thank you
Hi guys,
I need to move up the copy right up in the middle inlined with social media icons.
Thank you
Hi,
To move the copyright announcement footer up, please go to Assets > theme.scss.css file and add the code below at the bottom of the file.
@media screen and (min-width: 768px) {
.grid__item.small--one-whole.site-footer-item-align-right {
margin-top: -50px !important;
}
}
That’s only for PC because you don’t need to move it up in the mobile view.
Hope it helps.
Thanks.