[Resolved] Интервал заголовка и описания

Home Forums Support [Resolved] Интервал заголовка и описания

Home Forums Support Интервал заголовка и описания

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

    Как увеличить интервал между описание одной страницы и названием другой странице, которая в результатах поиска расположена ниже. Проблема показана здесь https://websorgroup.ru/?s=%D0%BA%D1%82%D0%BF
    Визуально объединены описание и название разных страниц. Это противоречит законам дизайна

    #1636239
    Elvin
    Staff
    Customer Support

    Hi,

    I’m not exactly sure I understand what you mean but here’s a few things:

    If you want to add spacing to the page list entries, add this CSS:

    .site-main article.page {
        margin: 0 0 20px 0 !important;
    }

    If its the spacing between the page title and the hero and/or the page entries, add this css:

    header.page-header {
        margin: 30px 0 !important;
    }
    #1657690
    websor

    Спасибо. Подправил

    #1658354
    Elvin
    Staff
    Customer Support

    No problem. 🙂

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