Hi,
Please provide me specific page url issue to check and find the exact solution.
Thanks
Mohammad
Mdshak
you can see the ad’s going over the body width on the main page of the website: http://terremotointemporeale.it
Hi,
Please use this Additional Custom CSS code.
@media (min-width: 1280px) {
.container,
.sticky-menu {
width: 1250px;
}
#wrapper.boxed,
#wrapper.boxed-long,
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container,
.boxed .sticky-menu.fixed .container-fluid,
.boxed-long .sticky-menu.fixed .container-fluid,
.boxed #header.sticky-menu.fixed .navbar-transparent,
.boxed-long #header.sticky-menu.fixed .navbar-transparent {
width: 1250px !important;
}
}
Thanks
Mohammad
Thank you very much Mohammad!
Hi,
Glad 🙂 to help you.
Thanks
Mohammad
thanks Mohammad
I already added the code and the page is already wide enough. But now I have problem with the slider, how do I change the width of each slider entry so that the three entries are as wide as the page?
http://www.noticiasgenuinas.com
@media (min-width: 1300px) {
.container,
.sticky-menu {
width: 1270px;
}
#wrapper.boxed,
#wrapper.boxed-long,
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container,
.boxed .sticky-menu.fixed .container-fluid,
.boxed-long .sticky-menu.fixed .container-fluid,
.boxed #header.sticky-menu.fixed .navbar-transparent,
.boxed-long #header.sticky-menu.fixed .navbar-transparent {
width: 1270px !important;
}
}