Changing class="col-md-4 col-sm-5 mb-xs-24"

Hello,
I would like the text column to be wider and for the life of me I can’t find where in the code I can change this. I would rather it have this appearance:
class=“col-md-10 col-sm-6 mb-xs-24”

Thanks!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

https://www.notedpresstest.website/notedpresstest/bin-program/

Good morning

Hm, not a usual problem, i can fix it by css but its better to fix it from inside, can i check the backend? please use this plugin to create temporary access for us, its automatic login link and does not requires sharing your admin details. here is How To guide. at the and don’t forget about  “Set as private reply” at the bottom of the message box 

I would rather you tell me where to fix it then hand over my site.

hey there

Ok, i see this template is already customized, this code will nly work on this page, add this CSS in appearance - customize - additional CSS

.page-id-15 .col-md-4.col-sm-5.mb-xs-24 {
width: 90%;
}
.page-id-15 .col-md-offset-1 {
margin-left: 0%;
}

Thanks!
Colorlib Support Team

Thank you so much. How did you know the page id was 15? I am assuming that is what makes this unique to only this page? I need to apply this to all of the pages so need to understand how to make that work on all of them.

Good morning

For all pages you just need to remove page id:

.col-md-4.col-sm-5.mb-xs-24 {
width: 90%;
}
.col-md-offset-1 {
margin-left: 0%;
}

Page id is visible in the source code of the page,
have you modified this template? i see you are using widgets on inner pages