Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Wow, thank you guys! That was exactly what I was looking for !!

    Don’t bother, I’ve got it, I just changed the whole blog’s width.

    BUT now, still related to thos arrows, instead of redirecting to “older” “latest” blog entrie, I’d like them to redirect to the previous or next photo of the gallery inserted into the post.

    How do we change the link of those arrows, and even more important: how to code this…?

    Thanks in advance!

    I’m back to say that I succeeded to reduce the size of the arrows and it looks much better. I’d like to keep this design.
    My problem is that I still have an empty space on the very right of my page, right after the arrow… I’m pretty sure that it has to deal with margins but I’ve clue about what to modify… CSS or HTML?

    Here is a part of the CSS

    .single #container {float:left;width:1000px;position:relative;margin-bottom:3em;overflow:visible;}
    .single #container #nav-above {display:block;position:relative;}
    .single #container #nav-above .nav-previous a, .single #container #nav-above .nav-next a {display:block;color:#efefef;padding:0 20px;}
    .single #container #nav-above a:hover, .single #container #nav-above a:hover {color:#888;text-decoration:none;}
    .single #container #nav-above .nav-previous {position:absolute;display:block;width:100px;top:50%;left:-100px;text-align:right;line-height:10em;font-size:3em;}
    .single #container #nav-above .nav-next {position:absolute;display:block;width:100px;top:50%;right:-100px;text-align:left;line-height:10em;font-size:3em;}
    .single #container #nav-below {margin-bottom:3em;}
    .single .post h2.entry-title{background:transparent;font-size:3.6em;font-weight:100;letter-spacing:-0.05em;line-height:1.2em;margin:0.5em 0 0.25em;padding:0;}

    Hope to hear from you
    Thanks in advance!

    Hi there!

    I’d like to change those arrows as well but their size only.
    They’re too big so they make the whole page wider than it must be…
    How to make them smaller?

    Thanks in advance!

    Hey lukasgrijander & jleuze ??

    I happy to find your post coz I have the same idea as lukas and wanted to change my blog’s width from 800px to 1000 px.

    My problem is:
    – When the picture happens to be vertical I’ve got a huge blank on the right side. It doesn’t want to fill the 1000px width as it is with the horizontal pictures…
    – When the picture happens to be horizontal the arrows make the whole page wider that it must be. Do you think it can be solved by reducing the arrow’s size? (How do I do that? Is there any font-size to be changed for those arrows in the sidebars?

    Hope you can help, tks guys!

    Hi there,

    I’ve got the same questions as nurzalikha:

    How do I change the size of the pictures in my Homepage? They look much wider than it must be, too wide for the box, like it’s zoomed in.

    Any tips?

    Don’t bother, now resolved for me ??

    Hey AxelYa & Taunot

    I think I’ve got the same problem that Taunot met before. My picture are wider than the container on the homapage. It’s like they’re totally zoomed in the box and I can’t resize them…

    I tried the change the admin settings (min & max)

    I also tried to add (in functions.php) the two slashs in front of $GLOBALS[‘content_width’] = 800; and also the change the 800…

    And nothing works… I don’t know what to do…
    I’m hosting my blog locally so I can’t send you the link but I can send some codes if you need to see…

    Thank a lot in advance! Any tip would be welcome ??

    Thread Starter betti_na

    (@betti_na)

    Yay! Don’t bother, I’ve got it ??

    The only thing I miss is the 3., about the footer…
    I’d like to move it up and center it…

    Thanks in advance ??

    Hi there ??

    I’ve got exactly the same problem… Could anyone help on this?
    I’ve tried a few things but no result…

    Thanks a lot in advance!

    Hey guys ??

    I just found your post and I’m looking for the same things…

    To remove those big-dates. But I don’t want to screw the codes, so here is what I have, can you tell me what I must remove?

    <div id=”post-<?php the_ID() ?>” class=”featured <?php sandbox_post_class() ?>”>
    <div class=”entry-date bigdate”><abbr class=”published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”><?php the_time(‘d M’); ?></abbr></div>
    <h2 class=”entry-title post-content-title”>” title=”<?php printf( __(‘Permalink to %s’, ‘sandbox’), the_title_attribute(‘echo=0’) ) ?>” rel=”bookmark”><span><?php the_title() ?></span></h2>

    Thanks !!

Viewing 11 replies - 1 through 11 (of 11 total)