Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1437603
Support
Closed

Comments

  • rizflip started the conversation

    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

  •  2,697
    PenciDesign replied

    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