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 #2888415
Problem Sidebar
Closed

Comments

  • Th3k started the conversation

    Hi, I have selected the page with Template set

    "Page VC builder no sidebar" but the page still displays the sidebar.

  •  2,492
    PenciDesign replied

    Hi,

    I've checked your page: http://uilfplnapoli.it/. The sidebar is now hidden.

    Please clear the browser cache then check again.

    Regards,
    PenciDesign.


  • Th3k replied

    Yes, it works now. Another thing, how do I make the contact form align these two fields and put them central and larger so that they are uniform

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #respond p.comment-form-author,
    #respond p.comment-form-email,
    #respond p.comment-form-url,
    .wpcf7 p.name,
    .wpcf7 p.email,
    .wpcf7 p.subject {
        width: 50%;
    }

    Regards,
    PenciDesign.