Home>Support>Blogroll Widgets right alignment

Blogroll Widgets right alignment

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi!
Could you please tell me how to right align the text in all blogroll widgets (recent posts, recent comments) and also right align archives and categories combo boxes?
Thanks a lot,
Christian

URL: http://new.comes.at/blog/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 4 months ago Daniel
    Hi, I Work Here

    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. 10 years, 4 months ago Christian Rehnelt

    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. 10 years, 4 months ago Daniel
    Hi, I Work Here

    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. 10 years, 4 months ago Christian Rehnelt

    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. 10 years, 4 months ago Daniel
    Hi, I Work Here

    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. 10 years, 4 months ago Christian Rehnelt

    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. 10 years, 4 months ago Daniel
    Hi, I Work Here

    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. 10 years, 4 months ago Christian Rehnelt

    Now the site should work…

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

  9. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi Christian

    Please try:

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

    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. 10 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sure, try the following:

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

    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. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago Christian Rehnelt

    THANKS Andrew! Everything worked!

  15. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that did the trick :)

  16. 10 years, 3 months ago Christian Rehnelt

    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. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago Christian Rehnelt

    Thanks Andrew!!!

  19. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More