I want the black footer area to not be so tall. How do I shrink the height?
Don't wait, Lookup for common queries by searching below
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)-
Posted 10 months ago #
-
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,
JorgePosted 10 months ago # -
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,
JorgePosted 10 months ago # -
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 # -
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 # -
swilsont,
the code you provided did nothing.
Posted 10 months ago # -
Hello,ctromp
Please share the link of your website.
Thanks.
Posted 10 months ago #
Reply
You must log in to post.