• Hello, i would need a little help – recently i noticed that after a wordpress update, some of the elements of my homepage has been displaced a bit – while the theme (named Folder) itself has not been updated or changed in any detail. i am a total beginner, so i would need some help.

    In the footer, the 4 widgets used to been in line, yet right now the fourth column is pushed – can i have some help on what to change in style.css to get them back in line?

    There is another slightly similar issue as well – there is a portfolio stlye page for posts, and the posts appeared in 3 columns, yet it appears now in 2. Is that a similar issue to the above one?

    here is the link for the homepage
    http://www.digthatbass.com/library/

    thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter zenbon

    (@zenbon)

    a friend of mine figured part of this out – the width of the footer widgets was fixed, it had to be changed to a percentage, like that:

    .widget-cols > li {
         float: left;
         margin-right: 20px;
         width: 30%; }
Viewing 1 replies (of 1 total)

The topic ‘[Theme: Folder] footer widget columns displaced’ is closed to new replies.