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 #1554671
ERROR in Theme CSS Style Sheet
Closed

Comments

  •   FWD2016 started the conversation
  •  2,699
    PenciDesign replied

    Hi,

    Can you send me your admin url and admin account ( username and password  ) in a private reply? I will take it a look on this help you.


    Best Regards,

    PenciDesign

  •   FWD2016 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Yeah, I still need it to see if you did it in the right way.

    And if it's issues from our theme - we will fixed it in the next update version of Soledad.


    Best Regards,

    PenciDesign

  •   FWD2016 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I just checked your site and I see this issue doesn't come from the theme. This caused by your custom CSS:

    h2 { margin-top: 18px; font-size: 23px !important; }

    The margin-top: 18px on the above code caused this issue.

    Check more on this image: http://prntscr.com/jahi2i - when I disable it everything working fine.

    So, the best solution for you here is replace the code above to this code:

    .post-entry h2, .wpb_text_column h2 { margin-top: 18px; font-size: 23px !important; }

    And remove your custom CSS:

    .home-pupular-posts-title { padding-bottom: 30px; }

    Best Regards,

    PenciDesign

  •   FWD2016 replied privately