Title: Bueno Theme: css help
Last modified: August 20, 2016

---

# Bueno Theme: css help

 *  [rhuynh](https://wordpress.org/support/users/rhuynh/)
 * (@rhuynh)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/bueno-theme-css-help/)
 * I am currently using the Bueno theme on my wordpress site and need some help 
   with editing the css to customize a few things. I am very new to this and would
   love step-by-step instructions. Any help is greatly appreciated! My site is here:
   [http://www.lavendersbluedesigns.com](http://www.lavendersbluedesigns.com)
 * 1. I would like to lower the right sidebar so that the top widget lines up with
   first post on each page. I’d like the horizontal lines and the text to line up.
 * 2. I can’t figure out how to change the color of the following items: sidebar
   title names, sidebar title underlines, hyperlinks
 * 3. I managed to figure out how to create a static background image, but is there
   a way to keep it fixed so that it doesn’t move behind the text when the browser
   window is shrunk?
 * 4. How do I control the number of posts that are displayed on the front page?
   It seems to display about 10 posts right now.. would love for it to be more like
   3.
 * 5. How do I get rid of that pink block of color at the very bottom of the site
   and change the bottom black strip to white?
 * 6. I’d like to get rid of the underline underneath the navigation bar. Also, 
   is there a way to insert a character between the pages? So that it would look
   something like this: HOME | ABOUT | RECENT WORK | SHOP
 * 7. Small thing, but how do I add in some space between the title of my social
   media icons (ELSEWHERE) and the actual icons underneath? For some reason, that’s
   the only widget with spacing issues…
 * 8. Is there a way to resize all my images without going in and doing it manually?
   All my images are just slightly too big for my posts right now. Alternatively,
   is there a way to make my post width bigger to accommodate the larger images 
   without taking away from space from the sidebar?
 * 9. Lastly, I’m not sure why my RSS feed isn’t working. I imported my blog posts
   from blogger, although I had to do it by exporting it and converting it to a 
   wordpress XML file. And now when I try to find my RSS feed url, it always shows
   up as a page of code. Not really sure how to solve this?
 * Thank you sooo much in advance!

Viewing 1 replies (of 1 total)

 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/bueno-theme-css-help/#post-2563840)
 * > 1. I would like to lower the right sidebar so that the top widget lines up 
   > with first post on each page. I’d like the horizontal lines and the text to
   > line up.
 * Look for the sidebar div in your css
 *     ```
       #sidebar{
       width:300px;overflow:hidden;
       }
       ```
   
 * add margin-top:20px or whatever you want to make it come down.
 * > 2. I can’t figure out how to change the color of the following items: sidebar
   > title names, sidebar title underlines, hyperlinks
 * Again that’s in your css and it’s the widgets section
 * > 3. I managed to figure out how to create a static background image, but is 
   > there a way to keep it fixed so that it doesn’t move behind the text when the
   > browser window is shrunk?
 * That’s impossible. If the browser shrinks, the image will move. You could add
   a background colour of #FFF under your wrapper.
 * > 4. How do I control the number of posts that are displayed on the front page?
   > It seems to display about 10 posts right now.. would love for it to be more
   > like 3.
 * Go to settings > reading
 * > 5. How do I get rid of that pink block of color at the very bottom of the site
   > and change the bottom black strip to white?
 * In the css, look for
 *     ```
       #extended-footer {
           background-color: #FBDDDF;
       }
       ```
   
 * change that to #FFFFFF;
 * > 6. I’d like to get rid of the underline underneath the navigation bar. Also,
   > is there a way to insert a character between the pages? So that it would look
   > something like this: HOME | ABOUT | RECENT WORK | SHOP
 * Css again. Look for #pagenav
    I personally think that your navigation looks lovely
   and wouldn’t touch it. Manipulating nav bars is probably the most difficult thing
   to do in css if you are not that familiar with it.
 * > 7. Small thing, but how do I add in some space between the title of my social
   > media icons (ELSEWHERE) and the actual icons underneath? For some reason, that’s
   > the only widget with spacing issues…
 * You’re using a class called socialmedia-buttons
    Just add more padding or margin
   at the top.
 * > 8. Is there a way to resize all my images without going in and doing it manually?
   > All my images are just slightly too big for my posts right now. Alternatively,
   > is there a way to make my post width bigger to accommodate the larger images
   > without taking away from space from the sidebar?
 * Check out the regenerate [thumbnails plugin](http://wordpress.org/extend/plugins/regenerate-thumbnails/).
   If you go to settings > media, set your desired large, medium and thumbnail and
   then use the plugin to resize all of your images.
 * > 9. Lastly, I’m not sure why my RSS feed isn’t working. I imported my blog posts
   > from blogger, although I had to do it by exporting it and converting it to 
   > a wordpress XML file. And now when I try to find my RSS feed url, it always
   > shows up as a page of code. Not really sure how to solve this?
 * no idea.
 * PS: Just so you know next time, instead of writing a huge list like this. It 
   would have been better to write 9 different posts.

Viewing 1 replies (of 1 total)

The topic ‘Bueno Theme: css help’ is closed to new replies.

## Tags

 * [css code](https://wordpress.org/support/topic-tag/css-code/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)

 * 1 reply
 * 2 participants
 * Last reply from: [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/bueno-theme-css-help/#post-2563840)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
