1. wkcmw
  2. Commercial Templates
  3. Tuesday, 17 November 2015
  4.  Subscribe via email
Look at picture:





1. How to put the logo above the menu?
2. How to remove this area?
I used code:
#container_main {
display: none;
}

in custom css.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to your site and we will examine this further?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
http://www.kameralisci.pl/j3

If you go to http://www.kameralisci.pl/j3/cantores-minores-wratislavienses you will see menu into sidecol-a. Position of this menu is to high. I can't see title of this menu. I have turn on option "show title".


Rafał
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rafal

To resolve try adding the following to the Custom CSS field of your templates parameters (edit to taste)..


.sidecol_a {
padding-top: 40px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
OK, it's works.

Could you check first two things?


Rafał
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rafał

Would you have a URL to an example of the other issues indicated in your screenshot?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

For your menu/logo try adding the following to the Custom CSS field of your templates parameters...


.hornavmenu {
margin-top: 100px;
}


To remove the indicated bottom area try also adding the following...

#container_top2_modules {
margin-bottom: -10px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
OK, now logo looks great. Thank you. Please, tell me one more thing: how to set up the logo in the middle?
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try also adding the following to your Custom CSS field....


#logo {
left: 50%;
-webkit-transform: rotate(45deg) translate(-50%, 0%);
transform: rotate(45deg) translate(-50%, 0%);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hmmm ...

It is not it. I want to center the logo, like here http://demo.joomla51.com/0106/
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try the following approach instead...


#logo {
position: relative;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!