Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
shuaaa
tagDiv Member

Hey, thanks for that.

I was using one of the multi-purpose headers before and added some extra features in there. Is there a way I can reuse that same header, or do I just have to make everything again?

shuaaa
tagDiv Member

Thank you!

I completely forgot I could do that.

shuaaa
tagDiv Member

Hey,

Sorry for the late reply – but that won’t work.

That shadow, in the css, I’m trying to put around each article, not the whole element. Sorry, I should have probably been more specific earlier.

The problem is that if I do any of the above suggestions it will affect everything and not ONLY the articles I’m trying to make look like cards.

I think, what I need to do is duplicate the flexbox element and change the classes.

So for example:

1 flexbox at the top of the homepage
– let’s call it flexbox because it’s the default

1 flexbox lower on the homepage
– let’s call it flexbox2
– then I can change the class names (eg. .td-module-container-home2)

To make the end result looks like this: https://imgur.com/a/Q0TlIq4

I think what I need help with now is can you tell me how I can add a second flexbox? Or what files I would need to duplicate?

Thanks!

shuaaa
tagDiv Member

Hey thanks for replying.

I understand what you’re saying, but I’m not trying to change the setting – rather I’m adding new css properties to one and not the other.

Example.

Flexbox 1:
(do nothing, keep it normal)

Flexbox 2: {
border: 1px grey solid;
box-shadow: 1px 0 20px grey;
}

The only thing I’ve been able to find that changes it is
.td_module_flex_1 .td-module-container but that changes both flexboxes.

shuaaa
tagDiv Member

Hey,

I actually got it to work. I had to use
word-wrap: break-word;
on the title and box class.

Viewing 5 posts - 1 through 5 (of 5 total)