TOPIC: Change position headertop-1 at left main menu

Change position headertop-1 at left main menu 9 years 3 months ago #6709

  • adiba
  • adiba's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
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,
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Change position headertop-1 at left main menu 9 years 3 months ago #6713

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Can you show your site url ? so it's easier to check css issue with me

Regards
The administrator has disabled public write access.

Re: Change position headertop-1 at left main menu 9 years 3 months ago #6727

  • adiba
  • adiba's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
The administrator has disabled public write access.

Re: Change position headertop-1 at left main menu 9 years 3 months ago #6730

  • crystal_moon
  • crystal_moon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
  • Karma: 2
You can edit file "templates/ot_bookstore/css/layout.css"
Line 61:
.ot-mainmenu{
	float: left;
	width: 75%;
}
change to:
.ot-mainmenu{
	float: right;
	width: 75%;
}
and Line 65:
.ot-headertop1{
	float: right;
	width: 23%;
}
change to:
.ot-headertop1{
	float: left;
	width: 23%;
}
The administrator has disabled public write access.

Re: Change position headertop-1 at left main menu 9 years 3 months ago #6733

  • adiba
  • adiba's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
problem solved. I try to check with inspect element but have not found the location of its css :P
ok thank you Cristal.
The administrator has disabled public write access.
Time to create page: 0.096 seconds