Site Footer

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12210
    Daniel
    Customer

      How do you make the space in the footer widget area longer like the demo? Also, wanted to know how to make the title’s of the footer widgets look bigger like ‘SquareOne’ in the demo.

      Thanks,

      -DKH

      #12218
      kronos
      Customer

        I can help, do you have a link to your site?

        #12225
        Daniel
        Customer
          This reply has been marked as private.
          #12239
          kronos
          Customer

            What do you mean by “longer”? Not sure which part you’re referring to?

            #12268
            Daniel
            Customer

              I’m trying to increase the length of the footer area, top to bottom. It’s very short at the moment and want the footer area to look like the demo.

              #12273
              kronos
              Customer

                Length or height? Length is the width, or how wide it is. The footer area contains 3 widget areas which all together equal 1140px. You currently only have 1 widget active at the moment. Add content inside the other 2 if you want.

                If you’re talking about height, that is determined by the padding on top and bottom and how much content you have inside your widget.

                I checked your css and you have the exact same theme as the demo, you just need to add more content if you want a larger height, or you can increase the padding if you dont want to add more content. That can be done on line 2632 in your css, just remove the rem and use px. –

                .footer-widgets .wrap {
                padding: 90px 0 50px;
                padding: 5.625rem 0 3.125rem;
                }
                #12283
                Daniel
                Customer

                  Ok great thanks for this, super helpful! Also, how do you edit the copyright section at the very bottom of the page?

                  #12295
                  Eric
                  Customer

                    @Daniel check out this link – http://my.studiopress.com/snippets/footer/#credits


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • You must be logged in to reply to this topic.