Footer position - by silverz - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp

  • Avatar: silverz
    silverz
    Participant
    December 6, 2015 at 20:20

    How can I specify in css for the footer to appear let’s say 20 pixels higher up on the page? Thank you.

    4 Answers
    Avatar: silverz
    silverz
    Participant
    December 6, 2015 at 20:53

    Also there is a wide distance between the contact us header and the rest of the body(as in https://www.8theme.com/demo/woopress/kids/contact-us/). How do I shrink that distance? Thank you.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    December 7, 2015 at 07:13

    Hello

    Regarding the footer:
    Please read our documentation how to create footer:
    https://8theme.com/demo/docs/woopress/index.html#!/0_footer
    Pleae clarify you question. Would you like to set certan footer css options for single page?
    You may add
    .page-heading .bc-type-8 {height:200px} to decrease header height.

    Regards,
    Brian Johnson

    Avatar: silverz
    silverz
    Participant
    December 9, 2015 at 08:43

    The link below I hope explains better what I mean. It contains 2 images, one asking how can the footer be raised higher and the second how can the section below the page title (in this case the ‘contact’ page but it can be any page) be raised higher than it is currently?

    https://www.dropbox.com/sh/lf57080xo4vdrxi/AACp0FYDtxdHatkAM2GAM38ja?dl=0

    Avatar: Eva
    Eva Kemp
    Support staff
    December 9, 2015 at 09:40

    Hello,

    Please use this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .page-heading.bc-type-8 {
        padding-bottom: 20px;
    }
    .page-content {
      margin-bottom: 0px;
    }

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.