Hello,
I have a quick question, how do I get the highlighted section to adjust properly when viewed on a cellphone(horizontally or vertically) also on a tablet?
See attachment, also here is the URL: http://www.ejcsda.com
Pawel F wrote:Hi,
it will be difficult because your Accordion effect uses Flash and this same is with youtube movie.
For movies from youtube there is a few method to make them responsive but with first flash module I do not know. Besides on the iPad and iPhone - Flash in hidden (always!)
Pawel F wrote:p.s. By the way you have too big Slideshow images (on home page), so some people may don't see content with modules below. I on my 22" screen and I see only this , if somebody have smaller screen it see 3/4 or 1/2 from it. Of course, they can use scroll but people are lazy.600px--height-is-too-much.jpg
Now slide images have 600px height - I suggest to use max 400 px / 450px.
Second, web trends from 2012/2013 is about simplicity,
Jesus also called his first followers to the pathway of simplicity![]()
And yours slide have too much unnecessary elements, you have to focus on the main message.
Pawel F wrote:p.s. By the way you have too big Slideshow images (on home page), so some people may don't see content with modules below. I on my 22" screen and I see only this , if somebody have smaller screen it see 3/4 or 1/2 from it. Of course, they can use scroll but people are lazy.600px--height-is-too-much.jpg
Now slide images have 600px height - I suggest to use max 400 px / 450px.
Second, web trends from 2012/2013 is about simplicity,
Jesus also called his first followers to the pathway of simplicity![]()
And yours slide have too much unnecessary elements, you have to focus on the main message.
Pawel F wrote:p.s. By the way you have too big Slideshow images (on home page), so some people may don't see content with modules below. I on my 22" screen and I see only this , if somebody have smaller screen it see 3/4 or 1/2 from it. Of course, they can use scroll but people are lazy.600px--height-is-too-much.jpg
Now slide images have 600px height - I suggest to use max 400 px / 450px.
Second, web trends from 2012/2013 is about simplicity,
Jesus also called his first followers to the pathway of simplicity![]()
And yours slide have too much unnecessary elements, you have to focus on the main message.
#gk-social-icons { display:none !important; }
Don Lee wrote:Hi Shawn,
Open file /templates/meet_gavern/css/template.css
Find this code to remove:
- Code: Select all
#gk-social-icons { display:none !important; }
Don Lee wrote:You are welcome, I'm glad it helped.
Don Lee wrote:Hi Shawn,
Post that site's URL here so I can check and help you further.
.gkLogo{
margin-top:15px!important;
}
Don Lee wrote:Try this code:
- Code: Select all
.gkLogo{
margin-top:15px!important;
}
Don Lee wrote:No problem, Shawn.
.contentpane > div > div{
display: none;
}
.contentpane > div > div:first-child{
display: block!important;
}
Don Lee wrote:Hi Shawn,
I'm not sure if this will work but give it a try:
- Code: Select all
.contentpane > div > div{
display: none;
}
.contentpane > div > div:first-child{
display: block!important;
}
Don Lee wrote:No problem. I'm glad to know it worked.
Don Lee wrote:No, Shawn. Actually you have added the code and you can see yourself that it doesn't affect the other page. It's not the same here, just add a suffix class for the page then I will give you the code to get rid of that line.
Don Lee wrote:Please add a suffix class for that page first then I can write the code for you.
Don Lee wrote:Hi Shawn,
Go to edit the template, you will see Suffix field under Features section.
Don Lee wrote:You may enter these:
itemID: 700
Suffix: contact
Let me know once done.
Don Lee wrote:Looks like it doesn't work. Send me an PM to provide with an admin account then I will check for you.
body.contact #gkMainbody > div:last-child > a{
display:none;
}
Don Lee wrote:Thank you, Shawn. You forgot clicking the big Save button after adding the suffix, that's why it wasn't added. I did it for you.
Now add this code to get rid of the link:
- Code: Select all
body.contact #gkMainbody > div:last-child > a{
display:none;
}
body.contact #gkMainbody > div:last-child > a{
display:none!important;
}
Don Lee wrote:Change to this one then it will work:
- Code: Select all
body.contact #gkMainbody > div:last-child > a{
display:none!important;
}
Don Lee wrote:Change to this one then it will work:
- Code: Select all
body.contact #gkMainbody > div:last-child > a{
display:none!important;
}
Don Lee wrote:Do the same, Shawn, add a suffix and use that code.