how to enable rightclick on wordpress when nothing gone wrong? -
i'm working on wordpress-based site pal, , i've came across strange issue - rightclick doesn't work on production site.
it works fine on http://zombeck.stronazen.pl/music_studio/ doesn't on http://ezrec.pl/
i've copied css first 1 other one, stucture of sites , theme settings same, somehow rightclick doesn't work. didn't edit js/php/htaccess etc. because don't know how...
any ideas why rightclick doesn't work on ezrec.pl?
here's code form style.css i've added:
div#site-logo img { width: 250px !important; } div#contactlocation div#contactlocation-contact { width:45%; box-sizing:border-box; margin:0; padding:0; float:left; } div#contactlocation div#contactlocation-location { width:45%; box-sizing:border-box; margin:0; padding:0; float:right; }
Comments
Post a Comment