Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Move appearance to right side
Author « Topic »  

Andrey9
New Member

Israel
98 Posts

Posted - 09/16/2019 :  00:09:10  
How to move menu and text that it start from right to left?

Kislev Andrey

Vince
Administrator

42874 Posts

Posted - 09/16/2019 :  01:54:44  
Hi Kislev
I think you need the rtl property in your style sheet...

html {
direction: rtl;
}

...there are more details here...

https://stackoverflow.com/questions/26030934/css-right-to-left-text-content

However saying that, you may also need some structural changes in the page layout.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Andrey9
New Member

Israel
98 Posts

Posted - 09/19/2019 :  08:01:54  
Your answer helps me, but I have one more question:
How to move left side menu and minilogin to the right side of the site?


Kislev Andrey

Vince
Administrator

42874 Posts

Posted - 09/19/2019 :  11:48:51  
Hi Kislev
That is a bit more involved I'm afraid and will require redesigning the page. Are you adept with an HTML editor like Dreamweaver? If not, would you like us to put you in touch with someone who can quote you for some redesign work?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 09/20/2019 :  12:25:02  
Hi Kislev, if it is the site in your profile you will need to make a couple of changes to the css style.css

change float right to float left - style.css line203 so that it looks like:

.sidebar1 {
float: left;
width: 180px;
background: #fff;
padding-bottom: 10px;
padding-top: 16px;

Next add float right to the div.content in style.css line 221 so that it looks like:


div.content {
padding: 16px 0;
width: 774px;
float: right;
}

Check the site to make sure all is good.

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000