New module positions show up but don't align
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Oct 20, 2014 12:53 am
- Reply with quote
- Report this post
Hi, I've followed your instructions on
https://www.gavick.com/documentation/jo ... -position/
and actually the 2 modules I want aligned on a row in homepage show up.
The problem is that, despite me trying to set in css to float respectively to left and right, they are displayed one over the other, like this (on maintopleft and maintopright):
http://bit.ly/1Fb5Jrg
Would you please tell me how to alter the css in order to show them on the same line?
Maybe please tell me how to display title as well, it currently is hidden...
https://www.gavick.com/documentation/jo ... -position/
and actually the 2 modules I want aligned on a row in homepage show up.
The problem is that, despite me trying to set in css to float respectively to left and right, they are displayed one over the other, like this (on maintopleft and maintopright):
http://bit.ly/1Fb5Jrg
Would you please tell me how to alter the css in order to show them on the same line?
Maybe please tell me how to display title as well, it currently is hidden...
-
- Senior Boarder
- teitbite
- Mon Oct 20, 2014 10:17 am
- Reply with quote
- Report this post
Hi
Please tell me which modules You have in mind. To be able to use module options You need to use style="gk_style" in loading module parameters.
Please tell me which modules You have in mind. To be able to use module options You need to use style="gk_style" in loading module parameters.
-
- Moderator
- GK User
- Mon Oct 20, 2014 6:34 pm
- Reply with quote
- Report this post
Ok with this, now I've added gk_style to gk.const.php, and titles finally appeared, but it seems the right module cannot be told to float to the right, I've been trying everything, believe me...
I've sent you my site credentials, please have a look.
I've sent you my site credentials, please have a look.
-
- Senior Boarder
- teitbite
- Mon Oct 20, 2014 8:06 pm
- Reply with quote
- Report this post
Hi
Try add this code to override.css and make sure override is enabled in template settings:
Try add this code to override.css and make sure override is enabled in template settings:
- Code: Select all
#gkContent #gkMainTopLeft,
#gkContent #gkMainTopRight {
width: 50%;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-left: 0;
margin-right: 0;
padding-left: 40px;
padding-right: 40px;
}
-
- Moderator
- GK User
- Tue Oct 21, 2014 9:40 am
- Reply with quote
- Report this post
I've made many tries, ant adding this code as well works aligning modules, look here http://bit.ly/1Fb5Jrg
but it makes links inactive and text unselectable!!!
Which is a huge problem, and maybe is the wrong solution.
Have you got a hint on how to make things work?
but it makes links inactive and text unselectable!!!
Which is a huge problem, and maybe is the wrong solution.
Have you got a hint on how to make things work?
- Code: Select all
#gkContent #gkMainTopRight {
float: right;
}
#gkContent #gkMainTopLeft {
float: left;
}
-
- Senior Boarder
- GK User
- Tue Oct 21, 2014 11:58 am
- Reply with quote
- Report this post
Now it works, I've changed menu type from k2 multiple items to blank page and the issue vanished...
Don't ask me why, just because you know.
Don't ask me why, just because you know.
-
- Senior Boarder
- teitbite
- Tue Oct 21, 2014 7:16 pm
- Reply with quote
- Report this post
Hi
Ok. Glad to hear it. I can see that my code was used. Anyway I knew it may not be enought and was going to help some more after seeing my code in action. But You've made it on Your own
Ok. Glad to hear it. I can see that my code was used. Anyway I knew it may not be enought and was going to help some more after seeing my code in action. But You've made it on Your own
-
- Moderator
- GK User
- Tue Oct 21, 2014 7:46 pm
- Reply with quote
- Report this post
Thanks for your help.
Did you receive instructions by email regarding the other thread?
https://www.gavick.com/forums/publisher ... 40482.html
Did you receive instructions by email regarding the other thread?
https://www.gavick.com/forums/publisher ... 40482.html
-
- Senior Boarder
- teitbite
- Wed Oct 22, 2014 1:21 pm
- Reply with quote
- Report this post
Hi
I think I did, but thread says it's solved aready. Glad I could help
I think I did, but thread says it's solved aready. Glad I could help
-
- Moderator
9 posts
• Page 1 of 1