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 #2632670
Footer Float
Closed

Comments

  • almondsurf started the conversation

    As you can see on my site, I have enabled:

    Footer1: Text

    Footer 2: .Soledad Related Posts

    Footer 3: Mailchimp Signup Form

    The ".Soledad Related Posts" only shows up on a post (which is expected), but I don't like how Footer 3 moves over to the footer 2 spot IF .Soledad Related Posts isn't available. 

    How do I make Footer 3 stay in the same position on the right side of the footer, leaving Footer 2 empty if unavailable?

    Example:

    If .Soledad Related Posts is available, show:

    -Footer1(left); Footer 2 (center); Footer 3 (right)

    If .Soledad Related Posts is not available, show:

    -Footer1(left); Empty (center); Footer 3 (right)

    Thank you for your help.

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 961px){
    #widget-area .footer-widget-wrapper.last{ float: right; }
    }
    

    Best Regards,

    PenciDesign

  • almondsurf replied

    Worked great, thank you!