Hi rakin56m
I added this CSS
.banner .inner {
padding: 0 0 10px;
margin: 0 auto;
height: auto;
width: 80% !important;
margin-left: 50px px;
text-align: left;
}
and to make the title in bold as they was before I used this:
#from-blog-wrap h2.boxtitle, .get-in-touch h2.boxtitle, .about h2.boxtitle, #features h2.section-title, #features .feature h3 {
font-weight: bold !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: bold;
line-height: 1.1;
color: inherit;
}
be careful I am really a noob ??