• Resolved ciciliaiskandar

    (@ciciliaiskandar)


    Hi I know this is supposed to be an easy fix problem, but I couldn’t find any code that works / fixes my problem.

    My website is peekmybook.com and there is a big white space in the body part (just above the footer) and there is an odd space as well in my middle footer widget, right above my social media icons.

    I would also like to remove the thin line below the social media icons. Any help would be very much appreciated. I used to have a big white space on the header but I could get rid of it. I couldn’t figure out what else to do with the ones in the body and footer. Thanks before!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This should take care of all the lines Cicilia:

    footer#footer {
        border-top:none
        }
    
    h3 {
        border-bottom: none !important;
    }
    header#header {
        border-bottom: none;
    }
    
    td {
        border-bottom: none !important;
    }
    Thread Starter ciciliaiskandar

    (@ciciliaiskandar)

    Hi Wolfs bRain thanks for replying. As for the social media + white space on the body I have found the answer and when you open the website it might probably has been fixed ?? Thanks!

    I still haven’t found the right code to reduce the space below the footer widgets thou (above the ‘Peekmybook ? 2014. All Rights Reserved’ there is a pretty big white space). Hope anyone can help, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove white space thin line in body and footer’ is closed to new replies.