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 #4503262
Leave space between the menu and the image
Open

Comments

  • clarastravelroute started the conversation


    Hi,

    How can I leave it between the menu and the image on the home page?


    I wish you good work.


    Attached files:  web.jpg

  •  2,983
    PenciDesign replied

    Hi,

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

    body {
      --pchd-mg: 0;
    }

    Regards,
    PenciDesign.

  • clarastravelroute replied

    Hi,

    How can I add 50px padding or margin between the primary menu and the Featured Slider?


    I wish you good work.

  •  2,983
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    body {
      --pchd-mg: 50px;
    }

    Regards,
    PenciDesign.

  • clarastravelroute replied

    Hi,

    I want it to be like in the attached picture.

    I wish you good work.

    Attached files:  website.jpg

  •  2,983
    PenciDesign replied

    Hi,

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

    body .featured-area {
      margin-top: -30px;
    }

    Regards,
    PenciDesign.