• hello i am pretty new to WordPress so do not bear with me.

    (i just installed amazonscraper ) ′and besides that i am really impressed by the template that we can see at mattwolfe
    https://mattwolfe.net/

    how to get the theme like that
    https://mattwolfe.net/

    at the bottom you can read – mad out of woo-themes:

    well how did Matt do this!?

    love to hear from you

    greetings

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Have you considered asking him?

    Thread Starter say_hello

    (@say_hello)

    hi thx alot!

    This website is using the Canvas theme: https://www.woothemes.com/products/canvas/

    quesstion: i run a standard-wp system with default theme
    see https://literaturen.org/

    question v- can i customize this theme to full width!?

    and make it look like the same or similar?

    Andre

    (@creativedreams91)

    try adding this to the css

    .site {
    max-width: 100%;
    }

    you can find this in your Apperance then go to Editor , then style.css on the right.

    or if the theme option has custom css

    Andre

    (@creativedreams91)

    or if you want the content centered. Try this one.

    body {
      background-color: #FFFFFF;
    }

    and remove the box shadow

    from this

    body .site {
      box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
      margin-bottom: 3.42857rem;
      margin-top: 3.42857rem;
      padding: 0 2.85714rem;
    }

    to this

    body .site {
      margin-bottom: 3.42857rem;
      margin-top: 3.42857rem;
      padding: 0 2.85714rem;
    }
    Thread Starter say_hello

    (@say_hello)

    hello Andre

    many many thanks for the hints. great!!! i will do as you adviced.-

    greetings
    say

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can we get this clear and neat theme’ is closed to new replies.