Hello,
I would like to add a text area on my home page thank to page builder.
I have modified the slider size and changed the 3 colums position to get them center with the following code:
}
#top.home .slideshow {
width: 110% !important;
left: -16.4%;
}
#top.home .template-fullwidth.content {
width: 1200px;
margin: 0;
margin-right: 20px;
}
#top.home .arrowslidecontrolls {
display: block;
position: relative;
right: 140px;
top: -160px;
}
#top.home .ken_burns .slidecontrolls {
display: block;
position: relative;
top: -50px;
right: -880px;
}
#top.home .special_heading_container {
margin-left: -50px;
width: 950px;
}
#top.home .grid4 {
margin-left:40px;
width:285px !important;
}
#top.home .grid4 img {
min-width:294px !important;
}
#top.home .slideshow_portfolio3.aviaslider:nth-child(n+1) {
margin-left:18px;
}
#top.home .slideshow_portfolio3 .arrowslidecontrolls:nth-child(n+1) {
margin-left:101px;
}
#top.home .slideshow_portfolio3 .arrowslidecontrolls .ctrl_back.ctrl_arrow:nth-child(n+1) {
margin-left:10px;
bottom:12px
}
#top.home .slideshow_portfolio3 .ctrl_arrow:nth-child(n+1) {
margin-left:230px;
position: relative;
Now I want to add a text area and it doesn't fit.
Do you think you can provide me a code to have the sentence centered and without the white border?
Thank you very much for you help.














