Responsive objects on homepage

Hi guys, 
Im building a new homepage, the thing is that Im finding some issues with the responsive objects. 
My homepage is www.yoguiprincipiante.com and i need to have a responsive form (the one in the slider). Also, i found some responsive issues with a highlighted text in a Fancy Heading module, the text "¿Recién llegado al mundo del yoga y la meditación?" under the slider. 

Many thanks in advance!

Comments

  • Hi,
    The problem is related with the line height, because that background(highlight) you created is a overlapping the text.
    Of course, you can increase it in the theme options, but it will change for all of the h2 tags, so to prevent that, I created the CSS which will fix it for you.

    Paste this code into the Theme Options > Custom CSS & JS > CSS
    h2 .highlight{line-height: 48px !important;padding:0;}
    Thanks
  • edited March 2019
    Hi! 

    Yes! Its working ;) 

    Many many thanks!!!
Sign In or Register to comment.