PLEASE, HELP! POSITION TOP Y HEADER
September 07 Joomla Templates
- GK User
- Sun Jul 01, 2012 7:01 pm
topyheader.jpg
I need help for problems in header position and top position. PLEASE, HELP!
top position in the problem is not listed above but mounted in the mainbody.
http://www.barriodelcarmen.net/nube/k2- ... /dale/mapa
In my doubt header is like making smaller spacing to position header mainmenu.
http://www.barriodelcarmen.net/nube/k2- ... e/contacta
-
- Senior Boarder
- teitbite
- Sun Jul 01, 2012 7:11 pm
Hi
You need to exmplain it a little better to me. I can see both this spacec equal.
You need to exmplain it a little better to me. I can see both this spacec equal.
-
- Moderator
- GK User
- Sun Jul 01, 2012 7:25 pm
Hello friend
My principal problem is con top position
I have tried many ways to see the top module position. When I put the module on top, this is located below the main body.
What you can see in green is an image in top position
http://www.barriodelcarmen.net/nube/k2- ... /dale/mapa
http://www.barriodelcarmen.net/nube/k2- ... e/contacta
I also need to know how to make smaller the space between mainmenu and header
My principal problem is con top position
I have tried many ways to see the top module position. When I put the module on top, this is located below the main body.
What you can see in green is an image in top position
http://www.barriodelcarmen.net/nube/k2- ... /dale/mapa
http://www.barriodelcarmen.net/nube/k2- ... e/contacta
I also need to know how to make smaller the space between mainmenu and header
-
- Senior Boarder
- GK User
- Sun Jul 01, 2012 7:35 pm
Also overlaps on maibody module position sidebar when I put css class suffix.
I have a clean install of the latest fashion
I have a clean install of the latest fashion
-
- Senior Boarder
- teitbite
- Mon Jul 02, 2012 12:40 pm
Hi
To minimalize the space please use this code:
Sorry but I still do not get the position issue. PLease take a look at podule positions scheme http://demo.gavick.com/joomla16/may2012 ... -positions
To minimalize the space please use this code:
- Code: Select all
#gkPageTop {
margin-bottom: 20px !important;
}
Sorry but I still do not get the position issue. PLease take a look at podule positions scheme http://demo.gavick.com/joomla16/may2012 ... -positions
-
- Moderator
- GK User
- Mon Jul 02, 2012 4:56 pm
pantallatop.jpg
You can see the green line?. This is actually a large image in top position. Not seen. Mainbody is below.
Also I have problems with css suffix. In some modules work properly, others do nothing or are placed under mainbody.
This is urgent for me. I can not design anything.
-
- Senior Boarder
- GK User
- Mon Jul 02, 2012 4:57 pm
-
- Senior Boarder
- teitbite
- Tue Jul 03, 2012 1:04 am
Hi
Not every layer supports module positions, mostly the content one, but You can change it by renaming a style in html files located in /layouts folder.
For top position I cannot tell if it's a configuration issue or a bug. This layer gets a height of 0px so You can try overrite it in css with this code:
and I'll ask programmers what's happening to it.
Not every layer supports module positions, mostly the content one, but You can change it by renaming a style in html files located in /layouts folder.
For top position I cannot tell if it's a configuration issue or a bug. This layer gets a height of 0px so You can try overrite it in css with this code:
- Code: Select all
#gkTop { height:85px !important; }
and I'll ask programmers what's happening to it.
-
- Moderator
- teitbite
- Tue Jul 03, 2012 5:34 pm
Hi
Ok. You've given me a small idea to fix it for every possible module height. This code would be better:
Ok. You've given me a small idea to fix it for every possible module height. This code would be better:
- Code: Select all
#gkTop { height: auto !important; }
-
- Moderator
- GK User
- Wed Jul 04, 2012 9:55 am
in layout.css?
-
- Senior Boarder
- teitbite
- Wed Jul 04, 2012 11:07 am
Hi
The best file for any css modification is override.css. But please remember to allow using css override in template settings.
The best file for any css modification is override.css. But please remember to allow using css override in template settings.
-
- Moderator
11 posts
• Page 1 of 1