The Joomla! Forum ™






Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Sat Apr 16, 2011 12:49 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Apr 15, 2011 4:10 am
Posts: 4
Hi Everyone,

I'm looking to modify the code so the menu will appear below the logo instead of on top of the logo.

Any help would be greatly appreciated!!!

Thank you so much.


You do not have the required permissions to view the files attached to this post.


Last edited by imanickam on Sat Jun 18, 2011 12:22 pm, edited 1 time in total.
Moved the topic from the forum Beez 1.5 to Beez 20 1.6


Top
 Profile  
 
PostPosted: Sat Apr 16, 2011 2:46 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 13, 2008 2:57 am
Posts: 20421
Location: Chennai, India
Try the following:

Comment the attribute position from the following css entry that is available in the file layout.css that is located in the directory \beez_20\css.

Before change:
Code:
#header ul
{
        display:block;
        margin:0px 0px 1px 0px;
        text-align:right;
        list-style-type:none;
        padding:10px 0px 10px 0px;
        position:absolute;
        top:0;
        right:0px;

}

After change:
Code:
#header ul
{
        display:block;
        margin:0px 0px 1px 0px;
        text-align:right;
        list-style-type:none;
        padding:10px 0px 10px 0px;
/*        position:absolute; */
        top:0;
        right:0px;

}

Note: Make a copy of the file before making modifications to it.

_________________
- Ilagnayeru (MIG) Manickam
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
 Profile  
 
PostPosted: Sat Apr 16, 2011 7:22 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Apr 15, 2011 4:10 am
Posts: 4
Perfect! Thank you so much.


Top
 Profile  
 
PostPosted: Tue Apr 24, 2012 2:14 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Apr 17, 2012 11:41 pm
Posts: 2
Good morning Sir..

I've a;ready Edit this Code But Still DOnt work
#header ul
{
display:block;
margin:0px 0px 1px 0px;
text-align:right;
list-style-type:none;
padding:10px 0px 10px 0px;
/* position:absolute;*/
top:0;
right:0px;

}


Top
 Profile  
 
PostPosted: Wed Apr 25, 2012 2:04 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Apr 22, 2012 5:13 am
Posts: 16
Thank you so much.


Top
 Profile  
 
PostPosted: Thu Apr 26, 2012 4:59 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 26, 2012 2:16 pm
Posts: 3
I tried the suggestion posted here but it did not work.


Top
 Profile  
 
PostPosted: Thu Apr 26, 2012 5:11 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 24, 2012 8:49 am
Posts: 41
write here the webiste url to try live code.

_________________
Joomla Enterprise Projects Manager and Developer
JoomlaPT! administrator


Top
 Profile  
 
PostPosted: Thu Apr 26, 2012 5:47 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 26, 2012 2:16 pm
Posts: 3
Works ok now.

My menu was placed in position-0.
Moved the menu to position-1 and removed the position:absolute from css


Top
 Profile  
 
PostPosted: Tue Jun 26, 2012 1:24 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Jun 26, 2012 1:07 pm
Posts: 4
Dammit, it works!
I spent two days by searching this piece of code.
Thank you. :geek:


Top
 Profile  
 
PostPosted: Thu Sep 13, 2012 10:50 am 
Joomla! Intern
Joomla! Intern

Joined: Fri Aug 24, 2012 2:39 pm
Posts: 82
Supurb thanks imanickam, for this, quite simply the most simple but effective fix for Beez20 ever.


Top
 Profile  
 
PostPosted: Thu Apr 04, 2013 6:21 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Aug 17, 2012 5:05 pm
Posts: 17
imanickam, it's been two years since that original post and that piece of code still works! Thank you SO much! :)


Top
 Profile  
 
PostPosted: Wed Apr 17, 2013 2:39 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Apr 15, 2013 3:48 pm
Posts: 4
i'm amazed that so little editing can do so much. I have been struggling with this for ages. Thanks a bunch!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group