• Resolved Salman Ahmed

    (@usamahashimi)


    Hi
    I am using intrepidity theme. I want to reduce the height of the footer. I can change the width of the footer from style.css file but I have failed to change its height. Can anyone tell me that how can I change it in this theme?

Viewing 10 replies - 1 through 10 (of 10 total)
  • link to your site?

    Thread Starter Salman Ahmed

    (@usamahashimi)

    have you tried editing these styles in style.css of your theme:

    #footer {position: relative; background: #128bdf url(images/back-footer.jpg) no-repeat left bottom; width: 900px; height:auto !important; height: 200px; min-height:200px }
    
    	#footer .footer-content {padding: 29px 28px 0; color: #fff; font-size: 11px }
    	#footer .footer-widget {float: left; width: 215px; padding:0 20px 50px 0 }

    the ‘height’ value in the first style; and the padding aluesd in the other styles?

    Thread Starter Salman Ahmed

    (@usamahashimi)

    Yes, i have tried by changing all these values but in vain, at the most that blue background of footer can be removed but the height of this region is not changing.
    Is it possible that you came online on any irc or some other way to help me?
    Thanks for taking interest in my problem.

    if i change the values in the given styles, in firefox web developer add-on, i can influence the height of the footer, and the space inbetwenn the texts.

    there is another style for the copyright line:
    #copyright {color: #88ceff; position: absolute; bottom: 16px; left: 25px; font-size: 11px }
    where you can try and reduce the ‘bottom’ value.

    sometimes it needs to refresh the browser cache to make changes to the styles visible:
    try pressing the ‘reload’ button or you browser;
    or pressd ‘ctrl’ and ‘f5’ at the same time.

    are you sure that you get your changes saved to the style.css file?

    so far, the style.css stayed unchanged, while i was checking your site.

    can you change the height value to 100px and then see if the change actually gets saved to the style.css?

    Thread Starter Salman Ahmed

    (@usamahashimi)

    Before posting the question here, I reverted the style.css to original, let me play with the options you told me to do, and then I will tell you the results, thanks a lot ??

    Thread Starter Salman Ahmed

    (@usamahashimi)

    fixed ??
    thanks a lot buddy ??
    I have made changes in style.css and then footer.php
    is there any way to check that whether i have the changes correctly (although it is reflecting well in browser)?

    is there any way to check that whether i have the changes correctly (although it is reflecting well in browser)?

    if it shows correctly, it is usually done properly.

    well done – if this is sorted now, please mark this thread as ‘resolved’

    Thread Starter Salman Ahmed

    (@usamahashimi)

    Thanks for your kind help ??

    ???? I am working with the same theme, but can’t seem to get a child hook to work on it. Are you making these changes with WP or a child theme?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘change the height of footer in intrepidity theme’ is closed to new replies.