• I’m using the vantage premium theme. I’m having two issues. My footer widgets look great except the middle widget. I want all the company information to be on one line. I assume it has something to do with adjusting the padding? http://www.puentemediasolutions.com

    My second issue is my landing page, the footer is huge, any way to adjust that to where the entire page just centers itself on larger resolutions? Any help is appreciated, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • For the landing page you might want to apply some padding to main image by adding the following code to your custom css file

    .home .entry-content {
        padding: 165px 0;
    }
    Thread Starter bobbyj1985

    (@bobbyj1985)

    Thanks for the tip, that looks great on a larger monitor, but when I move it back over to my laptop that’s a lot of white space. Any tips to somehow make that responsive. My other pages look great, it’s just the landing page.

    Thread Starter bobbyj1985

    (@bobbyj1985)

    coreyscott, do you have any suggesstions for the widget issue? thanks a ton for the help

    It might be a good idea to contact the theme author about the footer widget.

    Hi Bobby,

    With the footer widget, you will need to alter/add some CSS. Please try the following:

    #footer-widgets .widget {width: 25%;}
    #black-studio-tinymce-3 {width: 50%;}

    Thread Starter bobbyj1985

    (@bobbyj1985)

    thanks for the tip however nothing changed, this is what I pasted below into my child theme

    #footer-widgets .widget {width: 25%;}
    #black-studio-tinymce-3 {width: 50%;}

    I adjusted the percentage but it moves the remaining widgets around, do I need to specify the width for the other two widgets?

    Thread Starter bobbyj1985

    (@bobbyj1985)

    something like this??

    #black-studio-tinymce-3 {width: 70%;}
    #google-language-translator {width: 10%;}
    #social-media-widget {width: 20%;}

    it didn’t change anything though

    It looks like you’ve managed to sort it now. Did you have to amend the footer text too? I noticed that you had lots of  ‘s causing the text to overflow on to the next line…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Issue with Footer Widgets’ is closed to new replies.