Map over the entire width

Sep '13 Joomla Template
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
Fri Jan 24, 2014 8:50 am
Reply with quote
Report this post
Hello,

Unfortunately, the component does not come from you, maybe you can still help me?

The map should be displayed over the entire width of the window? Because the class gkHeader has only a width of 1260px. Do I have to create a new class and assign a width of 100%? http://ninobittner.de/kontakt

About a little help I would be very grateful.
User avatar
Junior Boarder

GK User
Fri Jan 24, 2014 10:39 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Fri Jan 24, 2014 12:22 pm
Reply with quote
Report this post
Pawel F wrote:Hi,
maybe this guide will help: http://www.gavick.com/documentation/joo ... th-module/


Thanks for the tutorial.

The change in Override.css works without problems, but then also the home page that is on the same position (gkHeader) is changed. This should only affect the menu item "Contact" in the module position (gkHeader).

So a Module Class Suffix must be written, unfortunately I do not know much about CSS. How should the code look for a suffix?

Code: Select all
. mysuffix
# gkHeader gkPage. {max-width: none; width: 100%;}
# gkHeader {padding: 0;}
User avatar
Junior Boarder

GK User
Fri Jan 24, 2014 1:37 pm
Reply with quote
Report this post
yes, you don't know how to use css I saw it in your code ;(

ok -- let's start from beginning for what position (from template layout) you need it ?
User avatar
Platinum Boarder

GK User
Fri Jan 24, 2014 1:52 pm
Reply with quote
Report this post
Thanks for the quick reply.

The module position "Header" in the template "CloudHost".
User avatar
Junior Boarder

GK User
Fri Jan 24, 2014 7:46 pm
Reply with quote
Report this post
I think we talk about KONTAKT page, use this - because you used pattern7 suffix for it.

Code: Select all
.pattern7 #gkHeaderMod { max-width: none; width:100%; }

p.s.
How to use Custom CSS guide: http://www.gavick.com/documentation/joo ... -template/
Result should look like this:
User avatar
Platinum Boarder

GK User
Sat Jan 25, 2014 9:29 am
Reply with quote
Report this post
Yes it was about the Contact-Page.
The code in the override.css works, but the home-site is also affected! Home and contact are on the same position header.

A question: Can not create a separate module-class-suffix and assign the module contact? :|
User avatar
Junior Boarder

GK User
Sat Jan 25, 2014 10:02 am
Reply with quote
Report this post
because you home page had also "pattern7" suffix - it not my fault.
Change suffix for kontakt page from "pattern7' to "kontakt" -- and also do it in my css.

Ordnung muss sein
User avatar
Platinum Boarder


cron