Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex 5.0 Universal Theme - Increasing the height of the Navigation Bar with Custom CSS

Michael EverdingAug 25 2015 — edited Aug 26 2015

Hi guys,

I was wondering if anyone had tried increasing the height of the top Navigation Bar in APEX Universal Theme using the Theme Roller Custom CSS. We want to increase the height so our logo appears larger.

We tried ...

.t-NavigationBar {

display: block;

height: 58px;

}

... which does increase the height, but alas the Nav Bar now overlaps the regions below it rather than pushing them down the page.

Any ideas are welcome.

Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

APEX Application Express 5.0.1.00.06

Cheers,

Michael

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2015
Added on Aug 25 2015
2 comments
1,081 views