How to include 3 modules in header

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
Wed Jan 22, 2014 12:28 pm
Reply with quote
Report this post
Hy:

I would like to know if it is possible to include 3 modules in the header and how this is done.

regards
User avatar
Junior Boarder

teitbite
Thu Jan 23, 2014 8:19 am
Reply with quote
Report this post
Hi

All depends how this modules should looks like. You can publish them all in one module position and position with CSS after. Please just let me know or better show me your site when modules are published with a description.
User avatar
Moderator

GK User
Fri Jan 24, 2014 3:04 am
Reply with quote
Report this post
Hy again:

Thanks for your response teitbite. I try to explain...

My site is http://jmsconsultor.es/ and what I want is that the header of the frontpage includes three modules: a picture (left, now is blank), a text module (center) and a form to register users (right) with responsive design, but which I have now are not responsive design and don't look good in smartphones. Actually i'm using css style <div class="gkColumns" data-cols="3"></div> to create the content.

What can I do to look good on smartphones??

Thanks in advance.
User avatar
Junior Boarder

teitbite
Sat Jan 25, 2014 11:31 am
Reply with quote
Report this post
Hi

I think all You need to do is to add this to mobile.css:

Code: Select all
.gkPriceTable {
    max-width: 1000px !important;
}
User avatar
Moderator

GK User
Mon Jan 27, 2014 12:28 pm
Reply with quote
Report this post
Hi, teitbite:

Thanks for your answer.

I fixed the problem using the "gkPriceTable col3" class instead of "gkColumns" data-cols = "3", but will try what you tell me anyway to be sure.

thank you very much.
User avatar
Junior Boarder

teitbite
Wed Jan 29, 2014 11:51 am
Reply with quote
Report this post
Hi

If it's working than it's fine :) Glad You solved it.
User avatar
Moderator


cron