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

19
  1. Daniel Staff 10 years, 11 months ago

    Hi Christian Rehnelt

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    #secondary {
        text-align:right!important;
    }

    Let me know if it works out for you

    Cheers

  2. Christian Rehnelt 10 years, 11 months ago

    Wow – it works!
    Just one thing: How can I change the right border width – I would need to right align the right border of the sidebar widgets (which are aligned now) with the right border of the language switcher flag (see http://new.comes.at/blog/)
    Thanks a lot, Christian

  3. Daniel Staff 10 years, 11 months ago

    Hi Christian

    First of all I apologize for the delayed response.

    I did quite get clearly what you mean there. Would you mind elaborating on this?

    Let me know so that I jump right to it

    Looking forward to hearing from you

  4. Christian Rehnelt 10 years, 11 months ago

    Hi,
    It's just how changing the space between the right border of the screen and the right border of the sidebar?
    Thanks, Christian

    Addo <
    forum+9207-u19111-848831af89b0532ce54c7f76fb3e1a871c8f3284@siteorigin.com>

  5. Daniel Staff 10 years, 11 months ago

    Hi Christian

    You can fix this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    aside#recent-posts-2 {
        padding-right:50px!important;
    }

    Let me know if that works out for you

    Cheers

  6. Christian Rehnelt 10 years, 11 months ago

    Thanks, that worked perfect!
    Is it also possible to change the right border when having no sidebar on a page, eg. http://new.comes.at/team-de/
    Thanks. Christian

    Addo <
    forum+9207-u19111-848831af89b0532ce54c7f76fb3e1a871c8f3284@siteorigin.com>

  7. Daniel Staff 10 years, 11 months ago

    Hi Christian

    I am getting a 503 Service Temporarily Unavailable error message. Let me know when your site is reachable and will look into this.

  8. Christian Rehnelt 10 years, 11 months ago

    Now the site should work…

    Addo <
    forum+9207-u19111-848831af89b0532ce54c7f76fb3e1a871c8f3284@siteorigin.com>
    schrieb am Mo., 16. Mär. 2015 12:17:

  9. Andrew Misplon Staff 10 years, 11 months ago

    Hi Christian

    Please try:

    .no-sidebar #primary { 
    padding-right: 45px;
    }
  10. Christian Rehnelt 10 years, 11 months ago

    Thanks, that worked – great support :)
    Sorry for another question: how can I change the color of "Leave Comment"
    (Hinterlasse eine Antwort) and "Comment" (Kommentar) – I need it to change to orange (see http://new.comes.at/beitrag/)
    Thanks, Christian

    Andrew Misplon <
    forum+9207-u19111-848831af89b0532ce54c7f76fb3e1a871c8f3284@siteorigin.com>

  11. Andrew Misplon Staff 10 years, 11 months ago

    Sure, try the following:

    /* Comments */
    #comments-title, #reply-title { color: #ffbf00; }
  12. Christian Rehnelt 10 years, 11 months ago

    thanks! unfortunately not perfect (see
    http://new.comes.at/iso-90012015-revolution-oder-evolution/ at bottom)
    "Kommentar" is still black
    I spoke to my customer: would it be possible to have all (see list below)
    light-gray (like the text in the blog post)?

    – Hinterlasse eine Antwort

    – Divider (hor. line)

    – Kommentar

    – Kommentar abschicken (Button text)

    Andrew Misplon <
    forum+9207-u19111-848831af89b0532ce54c7f76fb3e1a871c8f3284@siteorigin.com>

  13. Andrew Misplon Staff 10 years, 11 months ago

    Sure, here are the selectors you’re looking for. Adjust the color as required:

    #comments-title, #reply-title {
      color: #444444;
      border-bottom: 2px solid #555555;
    }
    #commentform label {
      color: #444444;
    }
    button, html input[type="button"], input[type="reset"], input[type="submit"] {
      color: #646464;
    }

    Reference: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  14. Christian Rehnelt 10 years, 11 months ago

    THANKS Andrew! Everything worked!

  15. Andrew Misplon Staff 10 years, 11 months ago

    Super, glad to hear that did the trick :)

  16. Christian Rehnelt 10 years, 11 months ago

    Andrew, one more question please:
    How can I change the button “Continue reading” in the blog (http://www.comes.at/blog/)
    What I need instead is only a text link: »Mehr lesen… (see Homepage at the bottom: http://www.comes.at/startseite/)
    Thanks a lot, Christian

  17. Andrew Misplon Staff 10 years, 11 months ago

    Sure. We can filter the more text in a child theme.

    https://siteorigin.com/wp-content/uploads/2015/03/vantage-child-read-more-edit.zip

    If you’d like to try this, install the above ZIP from Appearance > Themes > Add New: Upload Theme.

    Activating a child theme will cause Customizer and menu location settings to reset. Before redoing those, go to Appearance > Editor and very very carefully edit the following text:

    return '<a class="more-link" href="' . get_permalink() . '">Continue reading</a>';

    Only edit:

    Continue reading

    Leaving everything else exactly as is it.

    Unfortunately, Appearance > Customize would need to be redone. Appearance > Menus > Manage Locations is a quick save.

  18. Christian Rehnelt 10 years, 10 months ago

    Thanks Andrew!!!

  19. Andrew Misplon Staff 10 years, 10 months ago

    For sure :) Glad that helped.

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