• Hi,
    I tried several themes (Oceanwp, Zerif lite, Twenty 15/16/17, generate press) but the plugin seems to like only twenty 16, with the others the property page is full width.
    There was a thread on this issue, but frankly did not understand what should I add to do_action(‘ere_sidebar_property’);

    Could you please suggest a solution?

    Thanks

Viewing 1 replies (of 1 total)
  • If you want the ad to be with the site bar, try inserting this code in the “Customize Theme” then “Additional Styles”.

    @media (min-width: 991px) {
    #container {
    width: 65.64%;
    float: left;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘themes full width’ is closed to new replies.