Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #988782
Resposiveness of Custom Heading and styled textbox
Closed

Comments

  •  2
    Natethenomad started the conversation

    I gonna put some images in the attachment. You gonna see my problem instantly. 

    If there are more words in the custom heading, it overlays on smartphones. How can I change this?

    Then the custom text fields are super thin on smartphones. How can I change this?

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    h2.vc_custom_heading {
        line-height: 50px;
    }

    About text boxes, pls. check responsive options in the column settings.  (attach)

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Natethenomad replied

    Thank you! It worked better with 100% instead of 50px though