Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2516
    shovelpower
    Member

    Hey guys,

    I´m working on my new page on wordpress.org and I use the Catch Box Theme. For the article slider I want to use quadratic pictures. At the moment they are located on the left and this looks very bad.

    How can I move them to the center?

    #2578
    Sakin
    Keymaster

    @shovelpower: I don’t get it what you mean. Can you send me demo or like sketch/image of what you want?

    #2585
    shovelpower
    Member

    @Sakin It looks like that now and I want to move the picture in the middle, because this looks very bad: http://t.co/ru8gwrTT

     

    #2605
    Sakin
    Keymaster

    @shovelpower: why don’t you upload the image with minimum size of 644px width.
    You can try adding in the css in “Custom CSS” box in your “Theme Options” if the image in small.

    #slider-wrap img {
    margin: 0 auto;
    text-align: center;
    }

    #2606
    shovelpower
    Member

    @Sakin Thank you, it works now 🙂

    #6392
    akire64
    Member

    Hi .. I tried the code and it did not seem to work.  I am trying to center the text and box in the slider… I would actually like to delete the white box around the text as well, as it’s distracts from the photos. Suggestions would be appreciated.  Thanks.

     

    http://www.stevermarderosianshandmadewood.com

    #6400
    Sakin
    Keymaster

    @akire64: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Transparent background in Slider text */
    #main-slider .entry-title a, #main-slider .entry-content { background-color: transparent; }
    /* For Text to be center */
    #main-slider .entry-container { max-width: 100%; text-align: center; width: 100%; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to move the picture in the article slider to the center?’ is closed to new replies.