Override Code for Google Maps on Bottom 6

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
Sun Jan 19, 2014 9:45 am
Reply with quote
Report this post
Hi,
i need-want o have a side by side google maps
can you give help me with the override code
for my template?

this is the link where the map is working
http://www.cooperam.com/sentieronascosto/
User avatar
Gold Boarder

GK User
Sun Jan 19, 2014 9:56 am
Reply with quote
Report this post
i want to show that in the bottom6 position , sorry i forgot to mention^^
so to resume a map edge to edge ( if my template is set at 1500 of width then the maps is too)
to be shown without any kind of "frame"
but if i just change the padding all the texts above that go to to edge as well
and its not acceptable..is it possible to achieve?
User avatar
Gold Boarder

GK User
Sun Jan 19, 2014 10:06 am
Reply with quote
Report this post
here a visual "help" ^^

have a good sunday
User avatar
Gold Boarder

GK User
Sun Jan 19, 2014 10:17 am
Reply with quote
Report this post
Maybe this is a little better...currently the map is shown by creatin a new Custom Hmtl module and putting within the Google Embed Code at 1500 of width.
User avatar
Gold Boarder

GK User
Tue Jan 21, 2014 11:48 am
Reply with quote
Report this post
Ok i found some workarounds by myself editing template css and gk css
i'll report here later while i hope to ear some voice here
User avatar
Gold Boarder

teitbite
Sat Jan 25, 2014 1:34 pm
Reply with quote
Report this post
Hi

Ok. Bumping your own thread has put your question in solved folder. Unfortunately i do not understand what are you trying to do., even by looking at the screens. Please try to explain in to me in short so I'll help if ill just know how.
User avatar
Moderator

GK User
Sat Jan 25, 2014 7:05 pm
Reply with quote
Report this post
Hi Teitbite you're right is a kind'a mess like that,
i apologize.
For now may i ask you just one day more to put all our data in our site,
which
is now down for maintenance ,

By the way
basically what i did is

on template.css on line 628
i did modify like this

.box.color, #gkHeaderBottom .box, #gkBottom5 .box, #gkBottom6 .box {

background: #dd5749!important;
color: #fff;
padding: 1px!important;

by putting padding at 1px

the Google Map loaded on a Custom Html Module
into bottom 6 position
goes edge to edge but doing like this all the modules do to the same
so i needed to find a way to make
" the keep in touch " module on bottom 5 position less edgy ( that's why 1px and not 0 )

then i've modified
the gkstuff.css on line 1365

div[data-anim="left"].loaded {
left: 2%;
opacity: 1;
filter: alpha(opacity=100);
position: relative;
}

to have it less edgy as well

Is it more understandable now ?

So basically this is the way i'm running bluap right now^^.
I'll show you MORE AND BETTER ^^ on Monday while having the site alive^^.
Are you willing to wait?Don't wanna bother you at all.

By the way, for now thanks for your answer and have a good Sunday^^
User avatar
Gold Boarder

GK User
Sat Jan 25, 2014 7:12 pm
Reply with quote
Report this post
Thats why i've asked you an override css code to mod just the bottom 6 layout into edge to edge,
my way is far more messy :oops:
User avatar
Gold Boarder

GK User
Sat Jan 25, 2014 7:25 pm
Reply with quote
Report this post
This is how looks like
User avatar
Gold Boarder

GK User
Mon Jan 27, 2014 10:37 am
Reply with quote
Report this post
Site is up and working ,can you check it?
thanks
User avatar
Gold Boarder

GK User
Mon Jan 27, 2014 4:09 pm
Reply with quote
Report this post
User avatar
Gold Boarder

teitbite
Wed Jan 29, 2014 12:03 pm
Reply with quote
Report this post
Hi

I cannot figure out this issue by looking at Your site. There is too much code involved for a single element. Please just revert all the changes and use this code to stretch the map visible in bottom 6.

Code: Select all
#gkBottom6 {
    padding: 0;
}


All module in Bottom6 will be from edge to edge, but it's the easier way of doing it.
User avatar
Moderator

GK User
Mon Feb 03, 2014 7:27 am
Reply with quote
Report this post
Ok works,
i made the same for bottom 2 and it worked too^^
only ..i see on tablet side a different behavior,
modules are not with padding 0
do i have to modify mobile-tablet css for?
Seems the override to be working only on desktop side.
Am i right?or am i making some mistakes?
By the way i have to say that this template
is by far the most simple and pleasant you have,
so ..^^ thanks.
User avatar
Gold Boarder

teitbite
Tue Feb 04, 2014 12:58 pm
Reply with quote
Report this post
HI

Yes this code should go to tablet.css file as well. There is a same class there reducing the padding to 20px already, so the added code is being overwritten by it.
User avatar
Moderator


cron