• I would like to make more space between logo and circles, because i have only 5 of them i would like to stretch site for a bit, so the site would look cleaner. Can anyone please help? I would like to have the same space between logo and circles that it is under circles between them and texh in the footer.

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • Add to your child css:

    .site {
        width: 1200px; // current width is 1000px, so just as an example I put 1200px instead
    }
    Thread Starter lepiedi

    (@lepiedi)

    Maybe i describe the problem in a bad way. I do not understand how could this solve it. On example i would like to make a bigger gab between Theme preview text/title of page and first circle row below the title.

    So you would like to have a bigger gap between site title and the circles? Try:

    .site-title {
        margin-bottom: 100px;
    }
    Thread Starter lepiedi

    (@lepiedi)

    No it doesn’t do anything to appearance of the site. I’ve try a couple of things and nothing seems to change the gap :s

    If this is what you would like to do – to have a bigger gap between site title and the circles, the above code should be able to do it. Did you put the code in the child css file?

    Thread Starter lepiedi

    (@lepiedi)

    Yes i have try’ed first with the child theme and than without, directly in style.css. Somehow it doesn’t do the trick

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We’ll need to see the website in question to debug why that is.

    Thread Starter lepiedi

    (@lepiedi)

    This will be a bit difficult because i am using xampp

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘More space’ is closed to new replies.