TOPIC: Dropdown Menu Problem

Dropdown Menu Problem 10 years 9 months ago #1885

  • erkanozer
  • erkanozer's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi,

As you can see in attachment, my dropdown menu is shown behind the background.

How can i fix that?


Thank you.
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Dropdown Menu Problem 10 years 9 months ago #1890

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
Please edit layout.css and find these code:
div.ot-widthTemp {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
and change it to:
div.ot-widthTemp {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 980px;
}
Find this code:
.ot-widthTemp-i {
    padding: 0 10px;
}
and change it to:
.ot-widthTemp-i {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 0 10px;
}

Hope this help.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: erkanozer

Re: Dropdown Menu Problem 10 years 9 months ago #1897

  • erkanozer
  • erkanozer's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Yes. It works and helped a lot!

Thank you.
The administrator has disabled public write access.
Time to create page: 0.114 seconds