Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #417465

    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

    #417693

    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

    #417700

    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

    #417715

    Hey!

    I thought, you wanted to have it only on this page.

    Try the following:

    
    #main .content {
        border-right: 0 none !important;
    }
    
    #main .sidebar {
        border-left: 0 none !important;
    }
    

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.