A few questions

GK User
Sun Jun 15, 2014 10:24 pm
Hi,

1 - how to change only on this module background color (News Show Pro GK5 )? - http://i.imgur.com/z7Mii5M.jpg
2 - how to remove this white space? It is propably joomla content section, but i'm not sure - http://i.imgur.com/BSaNlT9.jpg
3. How to place captcha a one line lower? http://streffa.com/www/index.php/kontakt
As You can see the captcha will look better, when we add something like <br /> mark.

link to website: http://streffa.com/www

Best wishes and thank you for help!
User avatar
Expert Boarder

GK User
Mon Jun 16, 2014 6:02 am
1. Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
#gkHeaderLeft {
background: #fff;
}


Please change #fff to your desired colour.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jun 16, 2014 6:03 am
2. Add this code to hide page content element on homepage:
Code: Select all
.frontpage #gkPageContent {display: none;}
User avatar
Moderator

GK User
Mon Jun 16, 2014 6:07 am
3. Add this code to override.css
Code: Select all
dd.inline + dt {
    clear: both;
display: block;
float: none;
margin: 12px 0 0;
width: 100% important;}

User avatar
Moderator

GK User
Mon Jun 16, 2014 5:49 pm
Hi!

Thank you for response! Everything is working perfect! :)
I have next two questions:
4 - how to change this blue loading background color in news pro module? I search in template and module css file, and I can not found it. - http://i.imgur.com/JbqBegi.jpg
5 - a) Is it possible to make this red background higher? - http://i.imgur.com/kkZzJPN.jpg
b) how to change white background?

Thank you!
User avatar
Expert Boarder

GK User
Tue Jun 17, 2014 2:12 pm
4.
Code: Select all
.gkIsWrapper-gk_university .gkIsPreloader {
background-color: red;
User avatar
Moderator

GK User
Tue Jun 17, 2014 2:12 pm
5. Could you please post an url to your site, where I could find this red bg?
6. Could you please create a screenshot and mark which white background?
User avatar
Moderator

GK User
Tue Jun 17, 2014 2:19 pm
AD 5 - http://streffa.com/www/index.php/spartancross
AD 6 - i mean white background below this red background (look point 5) :)
User avatar
Expert Boarder

GK User
Tue Jun 17, 2014 2:26 pm
I don't get the idea of moving higher... How sohuld it look like then (could you please create a sample mockup?)
6.
Code: Select all
body {
background-color: red;
}
User avatar
Moderator

GK User
Tue Jun 17, 2014 2:33 pm
5 - here is simple mockup - http://i.imgur.com/15vUUdo.jpg
When i wrote "higher" i mean longer, no wider.

Chodziło mi o to, by przedłużyć to czerwone tło, by było wyższe, zajmowało większą część ekranu kosztem białego tła, którego jest za dużo w tym szablonie :) pozdrawiam serdecznie
User avatar
Expert Boarder

GK User
Thu Jun 19, 2014 9:28 am
If you would like to make the background longer (increase its height), jus edit this file:
templates/gk_university/images/bg.jpg
and make it longer ;).
User avatar
Moderator

GK User
Thu Jun 19, 2014 10:54 pm
OMG :) Sorry for this rhetorical question ;)
Next few things:

http://streffa.com/www/

1 - how to reduce white space bellow logotypes (benetfit, fit profit, ok system) on front page? I think that it's too high.
2 - it is possible to make the same table with logotypes responsive? If I make window narrower the table is getting smaller to some level. I would like to auto-scale logotypes or auto-moving this logos to next lines.
3 - how to remove down line on the same table? If I make no-visible table border in css file i remove it in ALL TABLES on website. I would like to make no-visible only in this table. It is possible?

Again a lot of thanks!
User avatar
Expert Boarder

GK User
Sun Jun 22, 2014 7:32 am
1.
Code: Select all
body.frontpage #gkPageContent {padding-bottom: 20px;}

2. Use div's with custom css code (media-queries) instead of a table (you can make 4 elements inline-block with 25% width, then with smaller screen 50% width etc)
3. You need to add custom class to a specific table and then address that class in override.css
User avatar
Moderator

GK User
Mon Jun 23, 2014 9:18 pm
Hi

Thank you for all responses!
http://streffa.com/www/

How to set the module to be visible on each screen resolution? I mean the module for right side of the page, where is "O nas", "Rozkład zajęć", "cennik' etc.

I remove in css class 'desktop only' but if I watch this website on mobile it is still not showing.

Thank you for help.
User avatar
Expert Boarder

GK User
Sat Jun 28, 2014 11:16 am
Hello,

Please remove the following fragment from the css/mobile.css file:

Code: Select all
#gkHeaderLeft, #gkHeaderRight {
display: block;
}
User avatar
Administrator


cron