Site Main Space

  • Posted in : Editor
  • cryalcin
    Participant

    Hi,
    I want to ıncrease white area that is middle of the webpage. Thus my video area will be increase. how can ı do that ?
    When ı run this code(you can see under), area is getting decreased so ı need a different code for increase area.

    URL: caglaryalcin.com
    @media screen and (min-width: 768px) { .entry-content { padding-top: 0; } }

    cryalcin
    Participant

    ı have solved problem thanks you!

    @media screen and (min-width: 768px) { .entry-content {
    max-height: 300px;
    margin: 150px;
    } }

    serkan
    Moderator

    Hi,
    Could you try to use this custom css code;

    @media screen and (min-width: 768px) { .home .entry-content { margin: 190px; } }

    Thanks

Viewing 3 posts - 1 through 3 (of 3 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