• heyitsdave

    (@heyitsdave)


    Two small display issue details:
    1) On all pages, there is a white line at the bottom of the page, presumably to separate the main content from the comments section (which I have turned off for all pages). How to remove this line? and also how to remove all the extra blank space between this line and the footer?
    2) Also in this area, on the home page only, the footer is full width of the available page space and is separated from the main content, whereas on all other pages the footer immediately follows the main content and is limited in width. How to make the home page consistent with all other ordinary pages.
    The site in question is https://www.sundogscct.com
    Thank you!

Viewing 1 replies (of 1 total)
  • hello dave,
    Please go to style.css and find a class

    .site-content article

    Then remove the code generating the border border-bottom.

    And for the home page’s footer you can copy the footer code and paste it just above the closing tag of the div (</div> ) with class hfeed and site and id = page.

    Regards,
    bplv

Viewing 1 replies (of 1 total)
  • The topic ‘page formatting’ is closed to new replies.