Support Forums - Classified Ads Script Osclass

Osclass theme support => Free themes => Elena Osclass Responsive Theme => Topic started by: mphker on June 09, 2016, 02:03:43 PM

Title: problem with elena theme
Post by: mphker on June 09, 2016, 02:03:43 PM
Hello ,
I get problem with Elena theme on mobile , problem is :
when I try to write Title of listing or decrption or others the screen align to left ! and wide .
can you see in picture :
(https://scontent-cdg2-1.xx.fbcdn.net/v/t34.0-12/13390924_1077949078918683_776112610_n.png?oh=8c382f01d34260903e735dc53a86be07&oe=575B8C5B)
Title: Re: problem with elena theme
Post by: MB Themes on June 10, 2016, 01:23:33 PM
@mphker
I have checked with my device and it works ok. Try to check our demo site to make sure problem is not caused by your modificaitons.
Title: Re: problem with elena theme
Post by: mphker on June 10, 2016, 01:32:04 PM
dear ,
I'm only make it RTL in Arabic lang !
Title: Re: problem with elena theme
Post by: mphker on June 10, 2016, 01:45:34 PM
so dear ,
you also have same problem in demo , but with right side !
can you drop to right area to seen that .
(https://scontent-cdg2-1.xx.fbcdn.net/v/t34.0-12/13393541_1078557482191176_777563198_n.png?oh=1cff36eff5d6d94b8470f3d5af4e544f&oe=575D2B9C)
Title: Re: problem with elena theme
Post by: MB Themes on June 10, 2016, 01:56:56 PM
@mphker
Got you, found bug.

Go to file:
oc-content/themes/elena/style.css

Find line:
Code: [Select]
div.button a, div.button button, div.button input { position: absolute; top:-9999px; }
Replace with:
Code: [Select]
div.button a, div.button button, div.button input { position: absolute; top:-9999px;right:0; }
Title: Re: problem with elena theme
Post by: mphker on June 10, 2016, 02:06:26 PM
solved thanks dear  :) :) :)