How can i move logo from Left Position to Right Position

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Jul 19, 2011 11:37 am
hi I have been trying to use this template for Arabic website and I dont know if LTR & RTL is available or not but if LTR is not available than can I move Logo position from Left side to Right side..

This can help me

Thanks
User avatar
Junior Boarder

GK User
Wed Jul 20, 2011 3:10 am
A possible solution: You can move the logo to the right side by adding this to template.css file style:

h1.logo { float: right }

cheers
User avatar
Senior Boarder

GK User
Wed Jul 20, 2011 5:36 am
Thank you so much.. it does work..

Is it possible if i could do the same with Top Menu Bar..

Your help is much appreciated.
User avatar
Junior Boarder

GK User
Wed Jul 20, 2011 1:00 pm
theimrankhan wrote:Is it possible if i could do the same with Top Menu Bar..

Your help is much appreciated.


I don't understand what you want to do.

Can you explain it? or better, can you show us your webpage in order to be able to help you?
User avatar
Senior Boarder

GK User
Wed Jul 20, 2011 1:21 pm
Thank you for your reply..

please see the attachment
YourShopScreenShot.jpg

about what I want to do.. Thank you
User avatar
Junior Boarder

GK User
Wed Jul 20, 2011 6:39 pm
You have to change the following lines of the file templates/gk_yourshop/css/menu/mega.css:

Code: Select all
.gk-menu ul.level0 { float: left; }
.gk-menu ul.level0 li.mega { display: block; float: left;  }


to:

Code: Select all
.gk-menu ul.level0 { float: right; }
.gk-menu ul.level0 li.mega { display: block; float: right;  }


Problably you'll have to change the following line:

Code: Select all
.gk-menu .megacol { float: left; }


but I'm not sure because I have no submenus in menus to test it.

cheers.
User avatar
Senior Boarder

GK User
Wed Jul 20, 2011 11:04 pm
Thank you so much for your help.. So far it has been working just fine.. but the Mega menu and Example Menu on the right hand side is not good for RTL.. Can you kindly help me with that..

I have attached a screen shot for you..

Thanking you a lot.. :)

YourshopTempScreenShot.jpg
User avatar
Junior Boarder

GK User
Thu Jul 21, 2011 7:40 pm
I need to see your webpage and test a solution.
User avatar
Senior Boarder

GK User
Fri Jul 22, 2011 11:20 am
Thank you Cubells,

I am thinking to use this template for a arabic website and i thought may be i will just switch some of the positions from left to right and it may please my client.. but i think it does not looks good unless the text start from Right To Left direction..

I will just ask a simple question if this excellent template have RTL and LTR compatibility or not.. and if it does not then is it possible for you to make a RTL CSS file for this template..

Thank you.
User avatar
Junior Boarder

GK User
Sat Jul 23, 2011 8:14 am
This template not have ltr support.

But by changing some lines in css files you can convert the template into a ltr template.

I can help you to do it, but I need to see the template in order to test the modifications.

I have no time to install a joomla in my computer and configure it to test it. I'm sorry. :(

cheers.
User avatar
Senior Boarder

GK User
Sat Jul 23, 2011 8:29 am
hi..

I can give you the admin access.. will you be able to do that then.. :)

I like many of GavickPro templates but i can not use them because I design websites in Arabic and RTL is a must in arabic website.. I think you guys should make your future templates in LTR an RTL compatible..

may be if i could see a example CSS file to do the RTL then perhaps i would be able to change the other templates myself.. Please help..

I really need your help.

Thanks
User avatar
Junior Boarder

GK User
Sat Jul 23, 2011 10:26 pm
theimrankhan wrote:hi..

I can give you the admin access.. will you be able to do that then.. :)



I'll try.
User avatar
Senior Boarder

GK User
Sun Jul 24, 2011 6:20 am
could you give me your email so that i could send you details..

I could not find the PM (Personal Message Option Here)

Thanks
User avatar
Junior Boarder

GK User
Mon Jul 25, 2011 8:27 am
vicent at vcubells.net
User avatar
Senior Boarder

GK User
Sun Aug 21, 2011 12:55 pm
Dear Vincent,

I have sent you the detail in your email..
User avatar
Junior Boarder


cron