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 #1637360
Footer
Closed

Comments

  • Ravi started the conversation

    Hi,

    1st, After updating to latest version of theme, some white space occurred at the bottom of the page as you can see in post schedule email outlook (between bottom row and footer).

    2nd, How can I shift "Footer Copyright Text" in the same line of footer menu.

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to reduce that white space:

    body.single .clear-footer{ margin-bottom: 0; }
    

    2/ Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 961px){
        .footer-logo-copyright.footer-not-logo.footer-not-gotop{
            text-align: right;
        }
        .footer-menu-wrap{
            float: left;
        }
    }
    

    Best Regards,

    PenciDesign

  • Ravi replied

    Thanks