• Resolved killkidrock

    (@killkidrock)


    Sup Nobita, i have lot of help needed from you, so can you please help me
    1. to make equal size those width of left and right sidebar? I would want those same width of the right bar.
    2. to remove the white space under header text.
    3. to make circular corner of the nav menu bar.
    4. and how those happened was unlink my page title bar? I mean Unclickable.
    5. Please remove underline how those with links.

    Here is my site HERE

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter killkidrock

    (@killkidrock)

    I forgot to put the image for white space to know you what is my point

    Thread Starter killkidrock

    (@killkidrock)

    <img src=”https://farm8.staticflickr.com/7431/9743053062_0f4b3f25fc.jpg&#8221; width=”500″ height=”282″ alt=”remove-white space”>

    Theme Author nobita

    (@nobita)

    Hi

    your style.css line:3355

    #access{
    /* need config manuary */
      height:3em;
    	margin-bottom:2em; /* please remove this rule */
    }
    .menu-header {
      position: relative;
      overflow: hidden;
    }
    
    ul.menu,
    .menu > ul{
      position: relative;
      left: 50%;
      float: left;
      display:inline-block;
      height:300px;   /* please remove this rule */
    }

    1. to make equal size those width of left and right sidebar? I would want those same width of the right bar.

    Please try template page-featured.php

    Thank you

    Thread Starter killkidrock

    (@killkidrock)

    Thanks, but those lost in the middle nav menu

    Thread Starter killkidrock

    (@killkidrock)

    Please try template page-featured.php

    Sir What do you mean to try page-featured sir? im noob like seneio.. ??

    Thread Starter killkidrock

    (@killkidrock)

    And i want circular looks the corner of the menubar and those color make it changes, i like is to be gradient from the top of menubar is green to shadow green in those downer part

    Theme Author nobita

    (@nobita)

    Thanks, but those lost in the middle nav menu

    please return to the original style rule — your site is rechecked once again

    Sir What do you mean to try page-featured sir? im noob like seneio.. ??

    Please open page-templates/page-featured.php and add below code first line( <?PHP before ).

    <?php
    			$page_lists = array(
    				array(
    					array('type' => array( 'widget', 'WP_Widget_Archives',$instans='', $args='' ), 'class' => 'unit size1of3' ),
    					array('type' => array( 'widget', 'WP_Widget_Recent_Posts',$instans='', $args=''), 'class' => 'unit size1of3' ),
    					array('type' => array( 'widget', 'WP_Widget_Tag_Cloud',$instans='', $args='' ), 'class' => 'unit size1of3' ),
    					),
    			);
    
    ?>

    result below
    https://www.tenman.info/wp3/manualraindrops/files/page-featured-sample.png

    And i want circular looks the corner of the menubar and those color make it changes, i like is to be gradient from the top of menubar is green to shadow green in those downer part

    #top #access{
    	-webkit-border-radius:1em!important;
    	border-radius: 1em!important;
    }

    thank you.

    Thread Starter killkidrock

    (@killkidrock)

    last prob novita. Can you please check the page they not center.

    Thread Starter killkidrock

    (@killkidrock)

    the width

    Thread Starter killkidrock

    (@killkidrock)

    Done i’ll decide to change Layout

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Make equal width size the left and right sidebar’ is closed to new replies.