Top header menu

Posted in: Newspaper
Post count: 135

The top header menu is very small and not very tall. Is there a way bump up the size of those links and the size of the height of the top header menu?

Thanks.

Post count: 22421

Hello sejpost,

You can modify the top menu using custom css. This code changes the minimum height the top menu is going to display, the padding is to align it vertically and font size is font size. (no explanation needed there). You can change these values to your preference, i set them just as an example of how it can be done:

.td-container.td-header-row.td-header-top-menu {
min-height:50px;
padding-top:10px;
font-size: 13px;
}

The result: http://screencast.com/t/XgxOIVMhWkR

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.