This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

mphker

  • ***
  • 57 posts
problem with elena theme
« 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 :

*

MB Themes

Re: problem with elena theme
« Reply #1 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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mphker

  • ***
  • 57 posts
Re: problem with elena theme
« Reply #2 on: June 10, 2016, 01:32:04 PM »
dear ,
I'm only make it RTL in Arabic lang !

*

mphker

  • ***
  • 57 posts
Re: problem with elena theme
« Reply #3 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 .

Marked as best answer by frosticek on June 10, 2016, 02:27:31 PM
*

MB Themes

Re: problem with elena theme
« Reply #4 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; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mphker

  • ***
  • 57 posts
Re: problem with elena theme
« Reply #5 on: June 10, 2016, 02:06:26 PM »
solved thanks dear  :) :) :)