bottom 1, bottom 2, ...

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
Tue Oct 29, 2013 6:10 pm
Reply with quote
Report this post
How can i put 2 custom modules side my side and not one above on bottom 1 position like the bottom I - bottom II - bottom III - bottom IV in module variation page(http://demo.gavick.com/joomla25/simplic ... variations)?
User avatar
Junior Boarder

GK User
Tue Oct 29, 2013 10:02 pm
Reply with quote
Report this post
Could You please post an url to your site where you have those modules published?
User avatar
Moderator

GK User
Fri Nov 01, 2013 7:59 am
Reply with quote
Report this post
I sent you a pm.... because the site is offline so that you can see it.. Do you mean that I should write my pass and admin out to the public?
And I did post the link of the original public post.
User avatar
Junior Boarder

GK User
Tue Nov 05, 2013 4:27 pm
Reply with quote
Report this post
I see you have played some with module suffixes.


Please edit: /templates/gk_simplicity/css/override.css and add at its end:
Code: Select all
body.nomainbody #gkBottom1 > div > div {width: 50%; float: left; padding: 0 10px!important}

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

GK User
Tue Nov 05, 2013 4:27 pm
Reply with quote
Report this post
Ps, sorry for late replay - sending data via PM was best solution available.
User avatar
Moderator

GK User
Thu Nov 14, 2013 7:28 am
Reply with quote
Report this post
I have another question for you ....

Is there any way to make the header potition(i want to put a photo slider there with 1920x500 width and height) to go all the way?... i mean 1920x500(full screen for width) for example...and not in the boundaries of the tamplate?

Thanks for your previus help!
User avatar
Junior Boarder

GK User
Sun Nov 17, 2013 10:51 am
Reply with quote
Report this post
Seems like a job for override.css ;)

If you need to do this only for homepage, then try this code (I assume you use nomainbody suffix only for homepage):
Code: Select all
body.nomainbody #gkHeaderMod.gkPage {max-width: none;}
User avatar
Moderator


cron