FLOOX BLOG - Empty Rectangle In Posts - Question | JoomShaper

FLOOX BLOG - Empty Rectangle In Posts

Gianluca Celentano

Gianluca Celentano

Template 10 months ago

Hi,

in Blog posts there's a white rectangle with gray border in the left side, just under the post title.

What is it?

How can I modify it?

Why the posts are not full width, but they are published in the right side of the page?

You can see it visiting:

http://www.reti-lan.it/index.php/blog/94-network-monitoring/89-monitoraggio-reti-lan-industriali-con-intravue-di-panduit

Thank you in advance.

Gianluca Celentano

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #179402

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Gianluca Celentano
Gianluca Celentano
Accepted Answer
10 months ago #179657
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #179716

Hi

You can use this CSS in your custom.css file

 .view-article .author-info{
  display: none;
}
 .col-sm-9 {
        flex: 0 0 auto;
        width: 100%;
    }
0