Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi killkidrock

    Please remove css rule from fonts.css

    body{
    font-size:15px;
    }

    change below

    Add to fonts.css last line

    #ft,
    #access,
    #bd{
    	font-size:116%; /* almost 15px */
    }

    Thank you

    Thread Starter killkidrock

    (@killkidrock)

    <img src=”https://i1248.photobucket.com/albums/hh494/killkidrock/headererror.jpg&#8221; border=”0″ alt=” photo headererror.jpg”/>

    Nobita please Check the image to get you know what is my point. Thanks

    Theme Author nobita

    (@nobita)

    The bug was checked.

    Thank you for your kind.

    I think the ploblem is fixed below style.rules

    add to grids.css

    /* Layout broken when body font size change Fix */
    
    .yui-t1 .yui-b{
    	max-width:162px;
    }
    .yui-t1 #yui-main .yui-b{
    	margin-left:173px;
    }
    .yui-t2 .yui-b{
    	max-width:182px;
    }
    .yui-t2 #yui-main .yui-b{
    	margin-left:193px;
    }
    .yui-t3 .yui-b{
    	max-width:302px;
    }
    .yui-t3 #yui-main .yui-b{
    	margin-left:313px;
    }
    .yui-t4 .yui-b{
    	max-width:182px;
    }
    .yui-t4 #yui-main .yui-b{
    	margin-right:193px;
    }
    .yui-t5 .yui-b{
    	max-width:242px;
    }
    .yui-t5 #yui-main .yui-b{
    	margin-right:253px;
    }
    
    .yui-t6 .yui-b{
    	max-width:302px;
    
    }
    .yui-t6 #yui-main .yui-b{
    	max-width:100%;
    	margin-right:313px;
    }
    
    .yui-t1 #yui-main .yui-b,
    .yui-t2 #yui-main .yui-b,
    .yui-t3 #yui-main .yui-b,
    .yui-t4 #yui-main .yui-b,
    .yui-t5 #yui-main .yui-b,
    .yui-t6 #yui-main .yui-b{
    	max-width:100%;
    }

    I am glad when your opinion can be heard.

    Thank you

    Thread Starter killkidrock

    (@killkidrock)

    Thanks Nobita! ??

    Thread Starter killkidrock

    (@killkidrock)

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to resize header banner’ is closed to new replies.