Search found 3 matches

by InvisibleRasta
Fri Sep 22, 2023 9:21 pm
Forum: Themes
Topic: popeye theme text width in blog posts
Replies: 7
Views: 23473

Re: popeye theme text width in blog posts

i am not sure what you mean. where do i have to add it and what?
by InvisibleRasta
Fri Sep 22, 2023 7:02 pm
Forum: Themes
Topic: popeye theme text width in blog posts
Replies: 7
Views: 23473

Re: popeye theme text width in blog posts

I tried to add this to HTML Code , head header and footer with this but nothing happens:
@media (min-width: 992px) {
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 75%;
}
}
by InvisibleRasta
Wed Sep 20, 2023 10:33 pm
Forum: Themes
Topic: popeye theme text width in blog posts
Replies: 7
Views: 23473

popeye theme text width in blog posts

hello guys, i am using the popeye theme and I was wondering if i can make the width of the text in the posts bigger. I have searched in the docs and couldnt figure it out myself.