Insert Telephone Number + Button Above the Main Menu

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 04, 2014 7:49 pm
Reply with quote
Report this post
Hi,

I am trying to figure out how to add a telephone number and a button (for requesting a demo) above the main menu in the Simplicity template.

I have looked at other posts for pushing a new block above the menus - but this is not ideal as this also goes above the logo. It also causes issues with the home page.

Ideally I want to text and make some more space above the menu items.

Many thanks,

James
User avatar
Fresh Boarder

GK User
Tue Feb 04, 2014 8:32 pm
Reply with quote
Report this post
Please create a custom module position above menu and post your url here - I'll prepare custom css to position elements correctly.
User avatar
Moderator

GK User
Sun Feb 09, 2014 9:21 pm
Reply with quote
Report this post
Hi Cyberek,

Apologies for the slow response on this.

For some reason I don't get an email alert when you get a response to a post.

When you say create a custom module position above the menu - what exactly do you mean?

For example I can use override.css to create a new top section... e.g.

#gkTop1 {
/*background: none repeat scroll 0 0 ;i*/
height: 30px;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}

#gkTop1 > div {
margin: 0 auto;
width: 1024px;
}

#gkMenuWrap.active {
top: 30px;
}

However, this will put any custom HTML in Top1 above everything else (including the logo).

How do I position the telephone number above the menu (but not above the logo).

The site is hosted here:

http://54.195.240.46/joomla/

Many thanks!

James
User avatar
Fresh Boarder

GK User
Mon Feb 10, 2014 8:58 am
Reply with quote
Report this post
Here is a detailed instruction about creating new module positions:
http://www.gavick.com/documentation/joo ... -position/
User avatar
Moderator


cron