Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

border-top for div. footer  #62

Description

@dimatosj

a line appears to disconnect the content from the footer. what's happening is that in the optional-stylesheet.php div .footer is set to grab the overall background color now set in wordpress instead of the color of the container. here's the switch I made:

in optional-stylesheet.php

replaced

border-top: solid 1px #;

with

border-top: solid 1px #;

(didn't seem to want to take from the child theme, so had to make the mod straight into wpfolio/library/optional-stylesheet.php)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions