New Landing How can we help? Themeforest Theme Support Dante Unwanted margin or padding

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #189155
    TheHomepage
    Member
    Post count: 97

    Hello,

    Please see screenshot below. I would like to delete the margin or padding of the black and white image of the woman, so that the bottom of the pictures connects to the bottom of this content block.

    Just for your information: this is custom code css added, it might interfer maybe.

    a img.alignleft {
    float: left;
    margin: 55px 0px 00px 0px;
    }

    .alignleft {
    float: left;
    margin: 5px 0px 0px 0px;
    }

    Attachments:
    You must be logged in to view attached files.
    #189395
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Check your site again.
    I added the code below to your custom css option.

    .spb_text_column .spb_wrapper .row{
    margin-bottom:0px;
    }
    
    img.wp-image-81.size-full.alignleft {
      margin-top: 100px;
    }

    -Rui

    #193857
    TheHomepage
    Member
    Post count: 97

    Hi,

    Thanks for the help, but as soonn as i change the text in this text element,
    there is again the gap appearing between the bottom of the picture of the woman and the bottom of the content block.
    So it seems this option is reset when you edit content ?
    This is weird, as the CSS is still there.

    Thanks for solving.

    #193901
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Rui.
    With Best Regards
    Mohammad

    #243309
    TheHomepage
    Member
    Post count: 97

    Hi,

    I added your code in the CUSTOM CSS section, but it does not work.
    I even added “!important” to it.

    PLease have a look.

    THANKS !!

    #243321
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .full-width-text p {
      margin-bottom: 0;
    }

    – Kyle

    #243669
    TheHomepage
    Member
    Post count: 97

    Hi,

    It does not work, I even put !important to it.
    Thanks to have a second look.

    Have a nice day,

    Liz

    #243713
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You missed the dot at the beginning

    full-width-text p {
      margin-bottom: 0;
    }

    should be

    .full-width-text p {
      margin-bottom: 0;
    }

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register