Shining Blue

Started by Mortissimov, February 25, 2015, 06:18:51 PM

Previous topic - Next topic

Secureas

I love your theme, very clean but I would like to expand the header menu to keep the links from wrapping around. I attached an image for you to see. I did try to minimize and increase the resolution size, that did not help.

Thanks

Mortissimov

Hello Secureas,

Thank you for using my theme. You need to increase a #toolbar selector's width attribute in theme's index.css file, near line 7184.

Kimmie

Very nice color scheme. Two of my fav colors. Thanks for responding about the menu bar, I will most likely need the same adjustment when I install it. :)


Kimmie

How do I get this off the background of each post? Thanks


Kimmie

Quote from: Kimmie on June 05, 2015, 08:00:16 PM
How do I get this off the background of each post? Thanks




??? Can you please tell me how to remove this? Thanks.

Kimmie

Quote from: Mortissimov on March 11, 2015, 02:15:26 PM
Hello Secureas,

Thank you for using my theme. You need to increase a #toolbar selector's width attribute in theme's index.css file, near line 7184.


This doesnt work. I had to reduce the spacing between the buttons. I dropped it from 14 to 8

#topnav li a {

   display: block;

   line-height: 60px;

   padding: 0 8px;

   color: #101419;

   font-size: 12px;

Mortissimov

Quote from: Kimmie on June 07, 2015, 03:29:54 PM
Quote from: Kimmie on June 05, 2015, 08:00:16 PM
How do I get this off the background of each post? Thanks




??? Can you please tell me how to remove this? Thanks.

In editor.cs:

.editor

{

   width: 100%;

   max-width: 100%;

   min-width: 100%;

   background: #C5BB96 url('../images/theme/editor_bg.png') no-repeat center;

}

and in index.css:

#quickReplyOptions form textarea

{
   height: 100px;
   min-height: 100px;
   width: 100%;   
   min-width: 100%;
   max-width: 100%;
   margin: 0.25em 0 1em 0;
   background: #C5BB96 url('../images/theme/editor_bg.png') no-repeat center;
}

Advertisement: