• Resolved lokz

    (@lokz)


    Hello, I have one question. Maybe it is related to WordPress in general, but I am using Virtue currently (site is locally developed), so I will ask here.

    I ma building multilingual site, so I have to have multiple widget copies assign to different languages.

    I just noticed one issue with wp-forecast, or virtue contact. I put 2 wp-forecast widgets in sidebar, and assigned 1. to English and 2. to Croatian lang.
    When I load English page version, everything is OK. But when I load Croatian (HR) version, I see that widget is shown 25px below top of the column, although there is nothing above it, because English widget (which is on top of it in widget admin) is invisible on Croatian lang.
    Now, Is this General WP issue, or Virtue theme issue? Is there any solution to this?

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

    (@lokz)

    Hmm, you have one property in Virtue.css

    .widget {
    margin-top: 30px;
    }

    When I added this in my style.css

    .widget {
    margin-top: auto !important;
    }

    problem is solved

    Strange.

Viewing 1 replies (of 1 total)
  • The topic ‘Invisible wifget takes place pulling visible widget down’ is closed to new replies.