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 #2626898
Sidebar tablet
Closed

Comments

  • Kabodhi started the conversation

    Hi,

    I have a couple of styling issues on tablet portrait view regarding the sidebar.

    How can I add padding at the top, so it is pushed down a bit. At the moment it is sitting too close to the element above it

    And my first two widgets are sitting to the left - how can I center align these?

    Many thanks


  •  2,699
    PenciDesign replied

    Hi,

    1/ You can edit that page by use Elementor > click to "Edit Columns" inside section wrap content & sidebar > click on "Advanced" tab > click on icon and change it to tablet icon & change Top padding value for tablet - check this image: http://prntscr.com/vzew1r

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

    .mc4wp-form{ margin-left: auto; margin-right: auto; }
    .penci_facebook_widget .fb_iframe_widget{ display: block; margin-left: auto; margin-right: auto; }

    Best Regards,

    PenciDesign

  • Kabodhi replied

    Perfect - thank you