• Resolved loveguru123

    (@migboc)


    In the Divi parameters for the sidebar widget when I aligne the text to right or center then the text disappear…

    In fact I can see with the inspector that the width of the element of the widget goes far away to the right outside of the window.

    In the page I did that only for the titles so that we can see that the other text is fine.

    Thanks for help.

    • This topic was modified 5 years, 3 months ago by loveguru123.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    That happens because of these styles:

    @media (min-width: 981px)
    .et_pb_column_1_3 .et_pb_widget, .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget {
        width: 100%!important;
        margin-right: 0;
    }

    width: 100%!important; overrides width: 320px; set by plugin… The width of elements with position: fixed is computed differently!

    The only solution I can see is to remove !important property!

    Plugin Author Thomas M

    (@webzunft)

    Hi migboc,

    I am curious to see if Max’ suggestion helped.

    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text disappear when aligned is right or center’ is closed to new replies.