Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178702

    When I added links to the text in the text boxes, the width changed, although it is fine in the preview – I want the width to be the same for all small text boxes. It happens in Firefox, Chrome and IE. I tried adding 200px to the Layout/Position – width – didn’t make a difference.
    Added the following to Custom Styles – no change:
    box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal; opacity: .65; width: 200px; text-align:right;
    Link to website is http://business-solutions-center.com/moore-equine/.

    #178897

    Hi journey5956!

    Edit the layers then click the Attribute panel, add a unique css class selector on the small text boxes. Something like “small-text-box”. Add this on your custom.css or Quick CSS:

    .small-text-box {
    min-width: 300px !important;
    }

    Adjust the width if necessary. I’m not sure if this is what you want. You have text boxes with different number of text characters.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Text Box Width – Slider’ is closed to new replies.