award menu

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 Jan 13, 2015 10:45 am
Reply with quote
Report this post
Hi
i need to duplicate this menu before contact place(bottom 4) in my site (http://www.sundedata.no)
1- The title goes to quite left! (picture). How can i fix it?
2- Texts is not in same paragraph
3- i need to insert some pictures but its very difficult to sett them in right place, they go to where they want not me! u can see it here too: http://sundedata.no/#awards
i could not fixed them because the margin of text will be destroy!
4- How can i change background color?
Would u pls help me?
User avatar
Senior Boarder

teitbite
Wed Jan 14, 2015 1:13 pm
Reply with quote
Report this post
Hi

'm afraid I do not understand some of the tasks. For example I do not see a module from image anywhere so cannot tell anything about 1&2

3. You just need to add them one under the other into the right columns is a syntax like You have there already:

Code: Select all
<div class="gkColumnRight">
<figure data-scroll-reveal="enter from the bottom and move 50px over 0.3s after 0.2s" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">
<figure data-scroll-reveal="enter from the bottom and move 50px over 0.3s after 0.4s" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">
<figure data-scroll-reveal="enter from the bottom and move 50px over 0.3s after 0.6s" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">
<figure data-scroll-reveal="enter from the bottom and move 50px over 0.3s after 0.8s" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">
</div>


4. To change backgrouns for a module in for example bottom1 module position use this code:

Code: Select all
#gkBottom1 .box {
background: url("../images/dark_pattern_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
User avatar
Moderator

GK User
Wed Jan 14, 2015 2:42 pm
Reply with quote
Report this post
1- i mean the margin of title (dette er oss) is not same as margins in other menus. its quit left and if u check the web site and other menus u will understand what i mean.
2- i need all my text in left side and my pictures in right side but my text shows in to column as u see in picture.i tried to fix it by typography plug in but it doesn't helped.
User avatar
Senior Boarder

GK User
Thu Jan 15, 2015 11:08 am
Reply with quote
Report this post
pls check the picture
User avatar
Senior Boarder

teitbite
Fri Jan 16, 2015 7:37 pm
Reply with quote
Report this post
Hi

1. This may be connected with validation error on Your site. Please try to fix it: http://validator.w3.org/check?uri=http% ... ne&group=0

2. Text paragraph lacks specification that it should be a column. You need to add class="gkColumnLeft" to it.
User avatar
Moderator


cron