Overwrite default padding for image/text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #573278

    I’m trying to see if you can overwrite the default padding/margin/space between two items in a column.

    Basically in one row I have text then image and in the row below it i have image then text, but there is space between the text and images in each row that I’m trying to get rid of so that the two images touch in the middle.

    CURRENTLY:
    Current

    GOAL:
    Goal

    Thanks.

    #573488

    Hi,

    Thank you for your question. You can try adding custom style to Appearance>Customize>Additional CSS to remove margin:

    .motopress-clmn.no-margin{
    margin:0;
    }

    Then apply class no-margin for columns where you do not need spaces.
    no-margin
    It is temporary solution as we are working on new update. let me know if you have additional questions.

    Best regards,
    John

    #604190
    This reply has been marked as private.
    #605436

    Hi Eric,

    We are working hard on a new update. However it is possible to put spaces with current latest version by means of Element Style Editor

    Best regards,
    John

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.