I recently purchased the Soledad theme and have made it look the way I need to. You can access my blog on: https://www.carloop.com.au/blog/
I do require support with 1 thing at the moment:
1. How do I make the footer in the theme to have the copyright to be on the same row as the footer menu. I am trying to make it look like the attached file. (see "Footer Layout" attachment)?
Hi Pencil Design Support team,
I recently purchased the Soledad theme and have made it look the way I need to. You can access my blog on: https://www.carloop.com.au/blog/
I do require support with 1 thing at the moment:
1. How do I make the footer in the theme to have the copyright to be on the same row as the footer menu. I am trying to make it look like the attached file. (see "Footer Layout" attachment)?
Thanks in advance.
Riz
Hi,
Please try add more this code to Customize > Custom CSS to do that:
@media only screen and (min-width: 767px){ .footer-menu-wrap{ display: inline-block; float: right; } #footer-copyright{ text-align: left; } }
Best Regards,
PenciDesign