removing bottom footer on suit's theme

  • Unknown's avatar

    how to remove footer on suit’s theme

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello,

    The footer at the bottom of your WordPress.com theme is not removable. All WordPress.com bloggers are required to maintain the credit links, even our VIP bloggers.

    Please let me know if you any other questions.

  • Unknown's avatar

    Ok that’s fine but the footer is not staying static at the bottom of the page instead it moves with the content how can I fix that using CSS? Also I’d like make width of the content smaller but it seems like every time I overwrite the CSS coding that also doesn’t change how can I fix that?

  • Unknown's avatar

    You can narrow the main column using CSS. Paste this into your CSS editor:

    #content{
    padding-left: 100px;
    padding-right: 100px;
    }

    Those numbers can be adjusted to achieve the padding you’d like between your content and your background image.

    Regarding your footer: the first thing I suggest is adding content to your pages. That will ‘fix’ the aesthetic issue you’re having with its current placement. One reason the footer is higher up on your page is because there’s not much filling up the main column and therefore the space is collapsing. These pages are designed to be dynamic and flexible.

    Give that a go and let me know how it works for you. Thanks much.

  • Unknown's avatar

    how can I get my background to remain stagnant no matter how large or small the screen is? should I make the background using the largest window increments?

  • Unknown's avatar

    Hey there,

    how can I get my background to remain stagnant no matter how large or small the screen is? should I make the background using the largest window increments?

    Actutally, if you want the background to remain as-is, not matter how large or small the screen, I suggest that you switch to a theme that has a fixed-width layout. Here are the themes with that attribute:

    http://theme.wordpress.com/themes/features/fixed-layout/

    If you have a fixed-width, no matter how small or large the screen, the layout will always look the same. It might be larger, or smaller, but the layout won’t be disturbed.

    Take a look at these demos with different browser sizes to see what I mean:
    http://modularitylitedemo.wordpress.com/
    http://duotonedemo.wordpress.com/
    http://dusktodawndemo.wordpress.com/

    There are many others to choose from, I just chose a few free themes that you can play with to see if they suit you/your background image.

    If you are absolutely set on keeping your Suits theme, you can post the question about how to create a fixed width site to the CSS Forum:

    https://en.forums.wordpress.com/forum/css-customization

    I hope this helps! Thanks much.

  • Unknown's avatar

    how do use css to decrease the space between the content and the sidebar? what code can I use?

  • Unknown's avatar

    Hi another question I changed my navigation bar so that my categories are at the top but I lost the small search feature and would like to add that back to the navigation. How do I go about that?

  • Unknown's avatar

    Hello again,

    Replace the coding in your CSS customizer with this:

    #content {
    padding-left: 90px;
    padding-right: 0;
    margin-right: 0px;
    }

    .widget-area .widget {
    padding-left: 0px;
    margin-left: 0px;
    }

    To re-add your search function, go to Appearance → Widgets. Drag the Search widget to the top of your Main Sidebar.

    Cheers!

  • The topic ‘removing bottom footer on suit's theme’ is closed to new replies.