Logo and search in the top

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
Mon Jul 22, 2013 10:09 am
Reply with quote
Report this post
Hi,
Would it be possible to place the logo where the searchbox is (right side) and the searchbox where the logo(left) is placed?
If it is - how?
Thanks
User avatar
Senior Boarder

GK User
Mon Jul 22, 2013 9:01 pm
Reply with quote
Report this post
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
.gkLogo {float: right; margin-left: 20px}
#gkSearch {float: left;}
#gkSearch .mod-search-searchword {margin-left: 0px;}

First line moves logo to the right and add space on its right side (margin), next 2 moves search to left and removes spacing on the left side of input field.

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

GK User
Tue Jul 23, 2013 1:55 pm
Reply with quote
Report this post
Hi,
Thanks for your reply. It did the trick. Nice.... :)
User avatar
Senior Boarder

GK User
Wed Jul 31, 2013 1:04 pm
Reply with quote
Report this post
Hi,

and what I have to do, if I dont want to display the "Search-Box" (with magnifying glass - picture)?
Thank you for your feedback.

rg
User avatar
Fresh Boarder

GK User
Thu Aug 01, 2013 5:19 pm
Reply with quote
Report this post
Code: Select all
#gkSearch::before {
content: '';
}

put it at the end of override.css.
User avatar
Moderator

GK User
Fri Aug 02, 2013 9:20 am
Reply with quote
Report this post
Hi Cyberek

thank you, it worked perfect. ;)
Have another additional question, how can the "topmenu" to take all flush right (without distance)?

Best regrads, Rg
User avatar
Fresh Boarder

GK User
Mon Aug 05, 2013 8:14 pm
Reply with quote
Report this post
Now I would require an url of your site ;)
User avatar
Moderator

GK User
Thu Aug 08, 2013 12:23 pm
Reply with quote
Report this post
Hi Cyberek

I must clarify that; I want to display this two modules "language + menu" in one line. Apparently the search position is too short and so that will displayed on two lines. (see attachm.)

How should I run, is there a solution?

Tx, rg
User avatar
Fresh Boarder

GK User
Thu Aug 08, 2013 12:24 pm
Reply with quote
Report this post
Here the Attachm. :shock:
User avatar
Fresh Boarder

GK User
Thu Aug 08, 2013 12:34 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Fri Aug 09, 2013 9:43 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Fri Aug 09, 2013 11:39 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sat Aug 10, 2013 1:29 pm
Reply with quote
Report this post
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
#gkSearch div.mod-languages {margin: 36px 0 0 20px;}


This should made the look that You desire :).

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

GK User
Sat Aug 10, 2013 10:46 pm
Reply with quote
Report this post
Hi Cyberek

perfect, great ... thank you very much :kiss:

Best regards
Rene
User avatar
Fresh Boarder


cron