Zoom box text does not show properly

Hi. This is the website I'm making. http://nueva.socialinks.com.mx/ 
Im trying to add some text to my zoom boxes but I realized that too many words will not show up well.
How can I change the size and alignment for the zoom box text? Thank you

Comments

  • Ok. So I just added this in the custom CSS and it worked. Is this the proper way of writing the css it or solving it? I've seen that you guys write "important" somewhere in the code for some of this issues with css and customization. What are the alternatives? Thank you

    .zoom_box .desc .desc_txt {
        padding: 0 0px;
        font-size: 26px;
        line-height: 30px;
        color: #fff;
  • Hi,
    your css is fine, just close the brackets
    .zoom_box .desc .desc_txt {
    padding: 0 0px;
    font-size: 26px;
    line-height: 30px;
    color: #fff; }
    cheers
  • Thank you very much!
Sign In or Register to comment.