- Posts: 14116
- Thank you received: 1639
logorow / mp topmenu
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
10 years 8 months ago - 10 years 8 months ago #40667
by ivan.milic
Replied by ivan.milic on topic logorow / mp topmenu
So its module position topmenu you can place and size in layout editor of template options
css class is
.mp_tomenu{
...
}
css class is
.mp_tomenu{
...
}
Last edit: 10 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago #40673
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic logorow / mp topmenu
i place the class "logorow" for the topmenu ( see screen ).
Also i change the entry in template_css.css to
@media (max-width: 767px) {
.cell.mp_logo, .cell.mp_topmenu {
width: 100%;
float: right;
}
but it dont work with the full width on the smartphone
Also i change the entry in template_css.css to
@media (max-width: 767px) {
.cell.mp_logo, .cell.mp_topmenu {
width: 100%;
float: right;
}
but it dont work with the full width on the smartphone
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago #40674
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic logorow / mp topmenu
i found the entry in joomla.css.
I change it to:
select {
width: auto;
border: 1px solid #bbb;
background-color: #fff;
the original entry before was:
select {
width: 220px;
border: 1px solid #bbb;
background-color: #fff;
Thanks!
I change it to:
select {
width: auto;
border: 1px solid #bbb;
background-color: #fff;
the original entry before was:
select {
width: 220px;
border: 1px solid #bbb;
background-color: #fff;
Thanks!
Please Log in to join the conversation.
Time to create page: 0.083 seconds