• hi guys,

    happy holidays and merry belated christmas for those who celebrate ??

    was wondering if i can get some inputs regarding this.

    please take a look here: https://redwhiterocket.com/the-witcher-3-wild-hunt-1/

    im trying to align the picture with the information on the right.

    you see how “Release Date” is not aligned? i can’t figure out how to align it.

    i didnt create a table here… no coding experience, just aligning things left and right..

    however if provided the code, i can give it a go in the html section.

    how do i align this? the picture, with the info on the right, and the poll in the bottom, both side to side perfectly.

    thanks guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try this in your Custom CSS for the image:

    article .one_half img {
        margin-top: 25px;
    }

    And can you give a screenshot of the table for better understanding, so that i can help you regarding that.

    Thank you.

    Thread Starter giantqtipz

    (@giantqtipz)

    hi Sam!

    thanks for the input and happy new year! ??

    i used googles developers tools to see what’s wrong and i noticed that the pixels width do not match for both columns.

    251 vs 244. is this something i can change and how?

    and im not sure where to add or edit the code you provided. i went to edit CSS (advanced) and i see a section for images:

    /* Images | Gallery | Videos
    ————————————————————– */
    article .wp-post-image {
    max-width: 100%;
    margin: 1em 0 0;
    height: auto;
    }
    .entry img {
    max-width: 100%;
    height: auto;
    }

    do you want me to add the code you provided to this section? also i assume by screenshot, this is what you meant?

    [one_half_last]<span style=”color: #ff0000;”>
    Release Date: March 31, 2014</span>
    Platform(s): Xbox One, Playstation 4
    Developer: CD Projekt
    Genre:?Role-Playing Game
    [yop_poll id=”4″][/one_half_last]

    Hello,

    Please Use this code in your Custom CSS section, not in the theme’s style.css file. If your theme does not support Custom CSS, then you can use a plugin for that. You can refer this link for using Custom CSS:

    • This reply was modified 8 years, 3 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit spacing?’ is closed to new replies.