Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Andrina Theme

Change size of widget footer.

(7 posts)
  1. ctromp
    Member

    Member
    Joined: Jul 2012
    Posts: 9

    I want the black footer area to not be so tall. How do I shrink the height?

    Posted 10 months ago #
  2. swilsont
    Member

    Member
    Joined: Jul 2012
    Posts: 2

    Hi ctromp

    I need the same thing.

    is that or just deleting from the theme I just dont need that space on my site.

    hope you have an answer to fix this

    best regards,
    Jorge

    Posted 10 months ago #
  3. swilsont
    Member

    Member
    Joined: Jul 2012
    Posts: 2

    Ctromp,

    I found something that woks for me. Please notice that Im not part of the inkthemes team. I just buy the template one day ago but I believe this forum is for helping other users too.

    I told you I was looking to remove the footer and i found how to doit in another answer

    I just put this css code into the Custom CSS menu (appearance / theme option / styling options )

    .footer{
    display:none;
    }

    Im not sure if its going to work for you but if I was you I try something like this:

    .footer{
    height:90px;
    }

    90px is the pixels height

    I Hope it works but im not sure its going to.

    please take this message as an idea from another customer

    best regards,
    Jorge

    Posted 10 months ago #
  4. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    Put the following code in custom css
    Appearance-> theme option -> styling options -> custom css

    .widget_inner {
    min-height: 0px;
    }

    This will reduce the size of the footer widget.

    Thanks.

    Posted 10 months ago #
  5. ctromp
    Member

    Member
    Joined: Jul 2012
    Posts: 9

    Harmeet, your code did nothing.

    .widget_inner {
    min-height: 0px;
    }

    I want the huge black area at the bottom that houses 3 widgets to not be so tall.

    Posted 10 months ago #
  6. ctromp
    Member

    Member
    Joined: Jul 2012
    Posts: 9

    swilsont,

    the code you provided did nothing.

    Posted 10 months ago #
  7. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Hello,ctromp

    Please share the link of your website.

    Thanks.

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.