Page 1 of 1

Stretching the children nav tabs question

Posted: 2019-06-13 19:42
by nycwebmaster
Image

Does anyone have any idea on how to make this looks better? I don't like the fact that appgini leaves those blank spaces on the background maybe having the same background color the same as the tabs would do the trick. What I did was to include this code on the CSS:

.nav-tabs {

background-color: #D81215;
}

but the background color stayed the same, and by the way the color that I used before which is: #D81215 which is red was only to see how it works.

My preferred solution instead of having a background color the same is that the tabs could stretch all the way and form a more symmetrical pattern.

Re: Stretching the children nav tabs question

Posted: 2019-06-13 19:55
by jsetzer
Well, don't know if this is helpful and not sure if I understood your question correctly:

If you select Yeti bootswatch theme for example, which is my personal favorite, the tab captions have identical background-color as you can see in the following screenshot:

chrome_2019-06-13_21-53-04.png
chrome_2019-06-13_21-53-04.png (191.66 KiB) Viewed 1360 times

Additionally I have reduced the icon size from 32px to 16px, see here: viewtopic.php?f=4&t=3031&p=10068#p10068

Regards,
Jan