This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Alex S Staff 9 years, 6 months ago

    Hi John,

    I’m not too sure. Could you please send me your CSS so I can look over it? Please reply with the CSS inside the code block tags.

  2. John Kieffer 9 years, 6 months ago

    Hi Alex,

    Here’s the code i’m having troubles with.

    /* Begin - Lijn onder header categorie en lettergrootte */
    .entry-title {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #1e72bd;
    }
    .wp-show-posts-columns .wp-show-posts-entry-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
    }
    /* Einde - Lijn onder header categorie en lettergrootte */
    /* Begin Featured image in post verkleinen */
    .attachment-full.size-full {
      width: 600px;
    }
    /* Einde Featured image in post verkleinen */
    /* Begin Padding rond zoekveld verwijderen */
    #search-2.widget.inner-padding.widget_search {
      padding-bottom: 0px;
    }
    /* Einde Padding rond zoekveld verwijderen */

    Kind regards

  3. Alex S Staff 9 years, 6 months ago

    Hi John,

    It looks like you’ve managed to find a bug. Basically, for whatever reason, you’re unable to have sequential comments. Ideally use a multi-line comment try and merge the comments into a single line. Sorry about this! :(

  4. John Kieffer 9 years, 6 months ago

    OK thanks,
    I suppose this will be solved in a next version.

    Kind regards
    John

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread