Hi,
Can you take a look at http://scotwebtesting.co.uk/airport-transfers/ and advise how to remove the white break line between the main content and sidebar,
Thanks
Hey robertscott!
Thank you for coming back.
Try the following:
.page-id-219 #main .content {
border-right: 0 none !important;
}
.page-id-219 #main .sidebar {
border-left: 0 none !important;
}
Cheers!
Günter
Hi Gunter,
That would only change that page but I’d like to do this for every page I create. Is there a global solution?
Thanks
Robert