• Resolved maxarch3

    (@maxarch3)


    here is my site
    i want to remove

    #site-generator-wrapper {
    bottom: 0;

    I am using child theme.
    i have try

    #site-generator-wrapper {
    			bottom: 0; ///remove this
    			}
    #site-generator-wrapper {
    			bottom:none;
    			}

    it look like the original css is style active.

    thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘REMOVE property bottom in child theme’ is closed to new replies.