Viewing 2 replies - 1 through 2 (of 2 total)
  • You could add this to your Child Theme style.css file, or using a Custom CSS plugin.

    .widget_epl_recent_property [id*="post-"] {
        float: left;
        width: 45%;
        margin-left: 5%;
    }
    .widget_epl_recent_property [id*="post-"]:first-child {
        margin-left: 0;
    }
    @media only screen and (max-width: 900px) { 
        .widget_epl_recent_property [id*="post-"] {
            float: none;
            width: 100%;
            margin-left: 0;
        }
    }

    Hope this helps.

    Thread Starter benjaminotauro

    (@benjaminotauro)

    the theme have a module for custom css and i paste this code, but don not work, thks

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