• Hello,

    I put a RSS widget on “footer widget area”.
    For small screen is responsive, but for large screen the RSS feeds shrinks to a width of about 150px.

    How can this be fixed? If you like to see it, the site is https://bykconsultores.cl/.

    Aaron is a great theme by the way.
    Thanks,
    Alfredo

Viewing 3 replies - 1 through 3 (of 3 total)
  • your footer is intended to have 4 widget areas, each taking up about a quarter of the footer. Since you just have the one it looks awkward. if you are always going to have only one then you can change the css to make it wider.

    How do you change the widget to make it larger? I have one widget that is in the middle currently. I would love for it to be full-width, centered.

    Theme Author Carolina Nymark

    (@poena)

    Hi!
    Currently the footer widget width is 22%, to change this you need to edit the style.css file, line 1061.

    Look for this code and change the width:

    .site-footer .widget {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        position: relative;
        padding: 0 18px 0 18px;
        margin: 0 0.5em 45px 0.5em;
        width: 22%;
        box-shadow: none;
        background: none;
        border: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget RSS’ is closed to new replies.