Menu Direction Changed After Upgrade J3 To J4 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Direction Changed After Upgrade J3 To J4

VZ

Vaclav Zezulka

Template 2 years ago

Hi, I upgraded J3 to J4 with template Educon. After that the menu direction changed from vertival to horizontal. The menu is inserted via module into the right column of website. Can you help me to change direction of menu?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #129604

Ahoj Vaclav,

please use below Custom CSS in custom.css file, first add that:

.rv-mod-menu-right .nav.menu {display: block;}

and customize that class name into that new one (current line 65):

.rv-mod-menu-right .nav > li a {
  color: #EAEAEA;
  border-style: solid;
  width: 100%;
  display: block;
  padding: 5px;
}

after using it

info_1466_2023.gif

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129603

Hi

Thanks for contacting us. What kind of do you want actually? Could you please give me any demo of it?

-Regards.

0
VZ
Vaclav Zezulka
Accepted Answer
2 years ago #129622

Hi Paul, Thanks for your fast answer :-)

0