• Hello,

    I am trying to sort out the relevant css entry for this small issue with image horizontal positioning inside a column .

    The margin-top is set to 32 pixels
    See image

    Would like to push it up about 20 pixels to align better with text.

    I thought a line with
    wp-block-image {margin-top: 10px;} !important

    or something similar would help, but it seems that css class is only part of the whole css string, so it is not working. Probably inheriting. CSS is getting more and more complex it seems.

    Thanks for you wonderful themes, hope you find the time to keep them updated.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    What happens if you add this in Customize > Additional CSS:

    .entry .wp-block-image { margin-top: 0; }
    Thread Starter hw2junkyarddawg

    (@homdax)

    Hi Alexander,

    Including the “.entry ” helped.

    Allowed for better adjustment of that.

    .entry .wp-block-image {
    margin-top: 10px; !important;
    }

    Thanks

    If I may, another thing, can you recommend a plugin that would allow me to resize the fonts, not by visitor – there are a few of those, but by me? Would save me additional CSS editing.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, I haven’t tested font plugins, but here are some.

    Thread Starter hw2junkyarddawg

    (@homdax)

    Thanks, will look at those.

    I think WP could learn a bit about formatting, text alignment and image placement from Atlassian Confluence.

    It cant be this cumbersome… I had better options in a defunct CMS from 2013.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image positioning and margin-top 32px’ is closed to new replies.