-
Anonymous
Hi, how can I align the footer bar and copyright text to the left?
-
Alvind
Hi there,
Try adding this CSS:
@media (max-width: 767px) { .copyright-bar { text-align: left; } }
If it’s not working, please provide the site URL so I can inspect the HTML structure and look for the correct selector.
-
Anonymous
Hi Alvind, not working.
-
Alvind
Okay, try this instead:
@media (max-width: 768px) { .footer-bar-active .inside-site-info { align-items: flex-start; } }
-
Anonymous
Thank you.
-
Alvind
You’re welcome
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.