Skip to content
Public Ticket #2500

ERROR in Theme CSS Style Sheet

Conversation thread

PenciDesign replied

Staff Reply

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

PenciDesign replied

Staff Reply

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

PenciDesign replied

Staff Reply

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

Want to join this conversation or access attachments? Sign in first.