New Landing How can we help? Themeforest Theme Support Dante How to delete the space in this screenshot

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #288636
    Jeff54
    Member
    Post count: 24

    Hello,

    I’m kind of stuck right now. I don’t have much experience with wordpress. This is my first site and I”m volunteering at this school since my wife is a teacher there…
    The site is for a primary school which started today with lessons. They wanted to change their website and want to have their logo in the middle of the homepage. But on normal screens the logo is fine, but when viewing this page on a tablet it’s not keeping it’s size.

    You can see it on my screenshot. Is there a way to fix this? I’m already over an hour busy with sizing and custom css but it just doesn’t work.

    I hope that there is someone who can help me (or the school) out.

    Best wishes
    Roy

    Attachments:
    You must be logged in to view attached files.
    #288643
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You cannot remove the space, it is generated by the large image you have added.

    You can target the image using CSS to set a max height on tablet. Add this to Theme Options => Custom CSS.

    Tablet Landscape:

    @media (min-width: 992px) {
    img.aligncenter.wp-image-255.size-full {
        max-height: 130px;
    }
    }
    #288647
    Jeff54
    Member
    Post count: 24

    Thank you David! You helped me a lot with this.

    Best wishes!

    Roy

    #288651
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to David.
    Mohammad

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

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

License required for one of the following items
Login and Registration Log in · Register