- Posts: 3
- Thank you received: 0
Change position headertop-1 at left main menu
11 years 4 months ago #6709
by a b
Change position headertop-1 at left main menu was created by a b
Hi,
on template OT Book Joomla 1.7 module position headertop-1 on left main menu.
after migration and upgrade template 2.5, module position headertop-1 on right menu.
how to change position headertop-1[ to right menu like on version Joomla 1.7?
regards,
on template OT Book Joomla 1.7 module position headertop-1 on left main menu.
after migration and upgrade template 2.5, module position headertop-1 on right menu.
how to change position headertop-1[ to right menu like on version Joomla 1.7?
regards,
Attachments:
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 4 months ago #6713 by Trung Duong
Replied by Trung Duong on topic Re: Change position headertop-1 at left main menu
Can you show your site url ? so it's easier to check css issue with me
Regards
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
11 years 4 months ago #6727
by a b
Replied by a b on topic Re: Change position headertop-1 at left main menu
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
11 years 4 months ago #6730
by Nguyen Mai
Replied by Nguyen Mai on topic Re: Change position headertop-1 at left main menu
You can edit file "templates/ot_bookstore/css/layout.css"
Line 61:
change to:
and Line 65:
change to:
Line 61:
Code:
.ot-mainmenu{
float: left;
width: 75%;
}
Code:
.ot-mainmenu{
float: right;
width: 75%;
}
Code:
.ot-headertop1{
float: right;
width: 23%;
}
Code:
.ot-headertop1{
float: left;
width: 23%;
}
Please Log in or Create an account to join the conversation.
11 years 4 months ago #6733
by a b
Replied by a b on topic Re: Change position headertop-1 at left main menu
problem solved. I try to check with inspect element but have not found the location of its css 
ok thank you Cristal.

ok thank you Cristal.
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds