Scrolling Vertical Nav Bar

How do I get the vertical nav bar to scroll?

Hi There,

Thank you for writing in, please add the following to Theme Options > CSS

.x-navbar.x-navbar-fixed-left,
.x-navbar.x-navbar-fixed-right {
  overflow-y: scroll;
}

However, scrolling fixed navbar does not support a sub-menu so make all your menu items a parent menu.

Cheers!

Thank You!

~ M

Oops.

How do I adjust spacing between menu items?

~ M

Hi There,

You can adjust the spacing between menu items under Theme Options > Header > NAVBAR SIDE LINK ALIGNMENT

Hope it helps,
Cheers!

Yes! Thanks!

Hi there,

  1. What’s the issue on this one? You can’t really use any links in image widget, hence, you’ll need to use that 3rd party plugin. That plugin is created for that purpose since it’s not possible in Wordpress default image widget :slight_smile:

  2. Please use <p></p> when separate each paragraph instead of <br>. Example,

<p>
"Exhilaration"<br>
Definition--Exhilaration- n. An overwhelming feeling of joy; extreme happiness.
</p>

<p>
Discussion-- The word exhilarate comes from the Latin exhilarare, meaning literally "to thoroughly make cheerful." And that is just what occurs when we experience feelings of exhilaration, we are made thoroughly happy. At that moment, every thing is good and all of the bad things in life are forgotten.
</p>

<p>
What brings on these amazing feelings of ecstasy? It could be anything, really, that inspires us to be blissfully happy. Perhaps you have just made the winning shot in a basketball game. You may have just received a promotion at work. Maybe you were just proposed to. Certainly all of these events would leave anyone exhilarated.
</p>

Hope this helps.

Cool. Thanks!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.