Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #238795
    td8000
    Participant

    Hi there,
    i’m trying a lot but do not succeed in removing the white space above/left/right of my page images, so that they attach directly to the header image with same width.

    Please help!

    http://yoga-in-jedem-alter.de/mf-wp/

    Thanks, Tobi

    #238857
    Skandha
    Participant

    @td8000: Hello Tobi,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site {
        margin: 0;
        width: 100%;
    }
    #header-featured-image img {
        width: 100%;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238935
    td8000
    Participant

    Thanks for the quick reply Skandha,

    but it’s not the whole site, that i want to have in full width. Only some images on my Start Page. In case of the URL I sent it’s the purple graphics between header image and the 4 pics in a row. I need it to be attached directly under the header image with same width.

    Regards, Tobi

    #238977
    Skandha
    Participant

    @td8000: Hello Tobi,
    I have replied to your issue here.
    https://catchthemes.com/support-forum/topic/content-area-image-margin-2/

    Kind Regards,
    Skandha

    #239159
    td8000
    Participant

    Thanks Skandha, everything clear.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Content Area Image margin’ is closed to new replies.