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 #2767005
Widgets column
Closed

Comments

  • naama30 started the conversation

    Hello, how can I move the Widgets column a little to the left?

  •  2,495
    PenciDesign replied

    Hello,

    You can use the following CSS code to move this element:

    @media(min-width: 960px) {
    .footer-widget-wrapper:first-child { 
     padding-right: AApx;
    }
    }

    AA: is the value you can change. You can input them into Customizer -> Custom CSS option.

    Best Regards.

    PencilDesign