• Resolved jcvega

    (@jcvega)


    Hi, i’m a rookie in wordpress

    My site is Geotrek.cl

    I’m having trouble with the black space to the left of the screen. I change the limit of posts, that worked well but now the slider is not at the center.

    Can anyone help me, please?

Viewing 8 replies - 1 through 8 (of 8 total)
  • In your css file find this code

    #ajax-content {
        margin: 0 auto;
        max-width: 1140px;
        position: relative;
    }

    and replace it with

    #ajax-content {
        margin: 0 auto;
        max-width: 1610px;
        position: relative;
    }

    The slider will move left and there won’t be any black space.

    Thread Starter jcvega

    (@jcvega)

    I couldn’t find the entry #ajax-content in style.css :/

    I also seek a partial match of the code you mention and no results. Thanks anyway, i’ll keep looking ??

    Did you make changes to the CSS or other theme files? You really should not do that – or your changes will be lost when the theme is updated.

    It looks like something may be wrong with the width of the site…

    Thread Starter jcvega

    (@jcvega)

    I didn’t change anything on the theme. I just change the number of posts allowed in te slider and nothing else.

    Okay, so are you okay with it being that wide? I don’t think there’s an easy way to make it fit very well with that many slides.

    If you want to try to move it to the left, you need to first install a Custom CSS plugin – Custom CSS Manager is good.

    Then add this CSS to the new Custom CSS section:

    #ajax-content {
        margin: 0;
    }
    #slider {
        width: 1620px;
    }

    Thread Starter jcvega

    (@jcvega)

    I follow your instructions and it work like a charm! and also i will set just a 5 slides slider for a cleaner look.

    Thank you very much, you were very helpfull ??

    Thread Starter jcvega

    (@jcvega)

    Problem solved ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Black space to the left’ is closed to new replies.