• How can I reduce the space between background and the side?
    The frame is up, left and right too large for my website.
    I don’t want such a large white gap.

    Can I get help here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter Tantalus

    (@tantalus)

    Sure I have installed a child theme!!!

    Can you gibe me a answer to my question?

    This is my child-css:

    body .site {
    padding-top: 5 px; /* oben */
    padding-top: 0.3571428rem;
    padding-right: 20 px; /* rechts */
    padding-right: 1.7857142rem;
    padding-bottom: 20 px; /* unten */
    padding-bottom: 1.7857142rem;
    padding-left: 20 px; /* links */
    padding-left: 1.7857142rem;
    margin-top: 8 px;
    margin-top: 0.5rem;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);

    But the space from the header image to the background image are always 15 px. What is wrong?

    Thanks for a solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I reduce the Framespace?’ is closed to new replies.