Floox - Change Widht Articles Content - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Floox - Change Widht Articles Content

R

radd

Template 3 years ago

Hi I want to change (or get rid of) a parameter marked in the attachment, to expand the content to 100% of the page width. I don't know where to find this record.

0
10 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94426

Use this custom CSS in your custom.css file


@media (min-width: 576px){
.col-sm-9 {
    flex: 0 0 auto;
    width: 100%;
}
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94030

Hi

Thanks for contacting us. Could you please give me that specific page link?

-Regards.

0
R
radd
Accepted Answer
3 years ago #94046

No problem.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94190

Could you please send your screenshot again? It does not work which you sent.

0
R
radd
Accepted Answer
3 years ago #94224

My mistake. I already corrected the link.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94279

Could you please give me a screenshot of that portion from your site which width you want to set 100%

0
R
radd
Accepted Answer
3 years ago #94295

I just mean the article view. (post format) The rest works fine to me.

Just like my first screen shows. there were two examples of a single article view. The top one shows the current effect and the bottom one shows the effect I want to get.

0
R
radd
Accepted Answer
3 years ago #94297

sorry ..double posted

0
R
radd
Accepted Answer
3 years ago #94455

Thank you. That's exactly what it was about. solved

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94580

Glad to know that. You are most welcome.

0