• Tamagochi

    (@supertamagochi)


    Hi

    I’m trying to edit Twenty Twelve, in a child theme. I have installed it in local, but when I upload to my server, some things are different, and I don’t know why.

    I hope you can help me.

    First of all, this is my blog: http://evitalacrisis.com/

    I have open local site with internet explorer and looks great, but when I open the online version in internet explorer, show me the mobile site, how can I solve this?

    In my browser (Chrome) the first menu didn’t charge the background color, so is practically ilegible, how can I get the background color?

    In the header is show a big empty Space, how can I delete it?

    If you look the blog page (http://evitalacrisis.com/blog) there is a big space between the post and the right widgets, how can I reduce it?

    I think this is all at the moment.

    Thanks in advance for your help.

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Tamagochi

    (@supertamagochi)

    Hi again,

    I’d like to know how reduce the space between the widgets too.

    Best Regards

    Thread Starter Tamagochi

    (@supertamagochi)

    Excuse me one more time,

    In my forums (http://evitalacrisis.com/foros) the text are imposible to read. Anyone could help me to solve this too??

    In adition the ie problem that show the mobile version it’s solved by itself.

    Best Regards

    Thread Starter Tamagochi

    (@supertamagochi)

    Hi again,

    I solve several things, but I have some trouble yet.

    I’d like to know how reduce the space between the widgets. I edit my style.css from:

    .widget-area .widget{
        border-bottom: .072rem solid #E8E8E8;
        padding-bottom: 2.14rem;
        margin-bottom: 2.14rem;
    }

    To:

    .widget-area .widget{
        border-bottom: .072rem solid #E8E8E8;
        padding-bottom: 2.14rem;
        margin-bottom: 1.5rem;
    }

    But I have no changes. I was looking for and I think this is the value I need to change. Could you help me please??

    In my browser (Chrome) the first menu didn’t charge the background color, so is practically ilegible, how can I get the background color?

    In my forums (http://evitalacrisis.com/foros) the text are imposible to read. Anyone could help me to solve this too??

    By the way, is there any way put the search button beside the search bar instead of down??

    Thanks in advance and Best Regards

    For your widget spacing:

    #secondary .widget {
         margin-top:-30px;
    }

    For your search bar width:

    .widget-area #s {
         max-width:65%;
    }

    “Inspect Element” is your best friend. Google: how to use “inspect element.” You’ll need this to customize your site.

    Changing the background color of your navigation bar is relatively simple, so try starting with that.

    Thread Starter Tamagochi

    (@supertamagochi)

    Hi

    Thanks CrunchyData, that works properly.

    I’ tryed with inspect element, but I can’t found the two you give me, and so anothers more.

    For example, I’d like to delete the pagination of the theme, ‘couse I put other function, but I can’t. With inspect element I think that this is the key:

    <nav class="nav-single">
    					<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelvechild' ); ?></h3>
    					<span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentytwelvechild' ) . '</span> %title' ); ?></span>
    					<span class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentytwelvechild' ) . '</span>' ); ?></span>
    				</nav><!-- .nav-single -->

    I just found this on my single.php, but If I delete it, in the page is still showing it, maybe is in another file too (I can’t found in another file) or maybe the parent theme is charging it. How can I solve this??

    By the way I’d like to create a post type for youtube videos. Could you help me to do this??

    I’d like to create a section too, maybe as the twenty fourteen right column where to show my last videos, even from the blog or my youtube channel.

    I’d like to have something more as the twenty fourteen theme, the grid, but different. I explain. I’d like to have three post showing the image and a litle excerpt. It could be possible to do this in twenty twelve??

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help Editing twenty twelve’ is closed to new replies.