Columns orientation to start-at-the-bottom-end staking order

WordPress v4.9.7
Theme.co Pro v2.2.5

Hello support, After updating Pro v2.0.4 to v2.2.5, only one of my “Columns Orientation Settings” will not resolve properly, start-at-the-bottom-end, this is for Stacking Order of my Headlines, Text, buttons, etc.

The only item I noticed that is experiencing the stacking order problem is the text, only when is set to a max width.
Removing the max width resolves the problem, but I need to set a max width.

Hello @VGonzaloMartinez,

Thanks for asking. :slight_smile:

Let’s add the max width to the Paragraph under text element. Please toggle the code editor in text element and add a class name to the paragraph. Here is a screenshot.

After that add following CSS under Pro > Theme Options > CSS:

.text-width-element {
    max-width: 400px;
    float: right;
}

You can change the class name text-width-element as per requirement.

If you would like to learn CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.