Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #106503
    czoczo
    Participant

    Hello
    Sorry for my english but i use the Google translation
    My theme which I use so far has become a little lazy to me.
    So I’m hit on catch box.
    A great theme unfortunately I need to customize a little bit of the width of the whole theme and widgets
    Where do I have to search … what change to adjust the whole problem loss?

    Leider mein Englisch ist noch schlimmer als Deutsch 🙂
    Trotzdem versuche ich bei euch Hilfe zu finden.
    Mein Bishierige Theme ist mir Langweilig geworden und habe mir vorgenommen nach ein paar Jahren endlich was Frisches dem Blog zu schenken
    meine Wahl ist auf Catch Box (free) getroffen.
    Leider die Breite von Widgets ( ist zu Breit) und von dem Theme selbst ( ist ein wenig zu schmall) passt nicht zu meinem Konzept
    Wo muss ich veränderungen vornehmen um die Theme Anzupassen ?
    Wer kann mir ein wenig UnterstĂĽtzung schenken

    czoczo von http://www.czoczo.de

    #106533
    Mahesh
    Keymaster

    @czoczo: Can you explain further.

    Regards,
    Mahesh

    #106542
    czoczo
    Participant

    I want to get the widgets on 280px and the blog area on at least 820px. It is certainly not a big thing nevertheless, I have not much idea where you should start
    Regards,
    czoczo

    #106555
    Mahesh
    Keymaster

    @czoczo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #page {
        max-width: 1200px;
    }

    Regards,
    Mahesh

    #106684
    czoczo
    Participant

    Hallo Mahesh
    Thank you for your help …
    Unfortunately the CSS did not work.
    Or better said in my first rehearsals it went … today where I have the whole blog on the Catch Box overturned no more (?)

    In the meantime I have almost finished everything … the widths of
    Page & Widgets / Sidebar
    And have one more question:
    How do I get the title with the genzen area away?
    I users mostly as a header a picture and should be enough … the area above the picture I do not need but I have found nothing where you can turn off the whole

    #106685
    baneff
    Participant

    @czoczo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 1200px) {
      #page { width: 1200px; }
      #primary { width: 70%; }
      #secondary { width: 30%; }
      #main { padding: 10px; }
      .widget { margin-bottom: 7px; margin-left: 10px; }
    }
    #106686
    czoczo
    Participant

    @benef – Thank you!

    #106724
    Mahesh
    Keymaster

    Thank you @benef.

    @czoczo
    : How do I get the title with the genzen area away?
    -> Please clarify.

    Regards,
    Mahesh

    #106846
    czoczo
    Participant

    @Mahesh-… it’s OK has found a solution to my problem
    Thanks for your help

    #106848
    czoczo
    Participant

    Slowly I am finished with the adjustment of the catch box with me on the blog. It works everything perfect and fits wonderfully. Despite the a few things I would have liked to get adjusted. There are the categories and keywords on each post below.

    Where and how do I get this result

    thanks for your help

    #106877
    Mahesh
    Keymaster

    @czoczo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    footer.entry-meta .cat-links,
    .entry-meta .tag-links {
        display: block;
    }
    
    footer.entry-meta .sep {
        display: none;
    }

    Regards,
    Mahesh

    #106924
    czoczo
    Participant

    @Mahesh – Thanks a lot
    You are the best!

    Viele Grösse aus Wuppertal
    czoczo

    #106967
    Mahesh
    Keymaster

    @czoczo: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Widh of the Catch Box’ is closed to new replies.