Hello,
I see you have css with .team { width: 280px;} also another class .team { width: 275px; }
custom-theme.css line 29
.team {
width: 280px;
border-radius: 0px;
border: none;
}
page-builder-pmc/assets/css/aqpb-view.css
.team {
padding-top: 50px;
border-bottom: double #eee;
margin-right: 4%;
margin-top: 0px !important;
background: #fff!important;
border: 1px solid #eee;
border-radius: 5px;
width: 275px;
}
This two class making this issue. Please remove that I check in firebug then it will get full width.
I don’t use any fixed width in detail page it is full width.
Thanks
I need it to fit within the column structure of the theme container. It appears the plugin uses a series of columns to display the content and it’s out of alignment.
http://thek9awards.com/k9-award-judges/laurie-kaplan-msc/
I also need my content to be flush left, not center on the page, including the title. The page is alos not recognizing any breaks in the content.
I will check break issue but I use only one container name “container-fluid” class
I see you write
page-builder-pmc/assets/css/aqpb-view.css
line no 761
.team {
text-align: center;
}
Please remove text-align: center then it will be left align.
Thanks
I am closing this topic
If need any more help let me know.
Thanks