Title: Responsive Theme
Last modified: August 20, 2016

---

# Responsive Theme

 *  [gmcguirevt](https://wordpress.org/support/users/gmcguirevt/)
 * (@gmcguirevt)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/)
 * I am using the responsive theme and if you go to the site you can see I still
   have some holes to fill in. I figured out to use the menus and add a header but
   am now struggling to fix the font sizes and add a picture to the right on the
   homepage
 * [http://www.eileenfillercorn.com/district](http://www.eileenfillercorn.com/district)
 * thanks

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380376)
 * Great choice of a theme :). It even has it’s own support forums here:
 * [http://themeid.com/forum/](http://themeid.com/forum/)
 * Lots of helpful “how to” info there too.
 *  Thread Starter [gmcguirevt](https://wordpress.org/support/users/gmcguirevt/)
 * (@gmcguirevt)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380389)
 * Thanks,
 * I am very new to using the program and whole code process. I went to these site
   and looked at some forums on changing font styles, which told me to download 
   to child-responsive theme so I did that.
 * But the process to change the code is way over my head to change font etc
 * Is there a simpler process or a step by step that is very basic
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380393)
 * Looks like you got the child theme set up — which is excellent. Unless the theme
   has built-in options for specific font sizes on specific elements, no, you’ll
   need to learn a bit about using CSS.
 * The best tool to start with is downloading [Firebug](http://getfirebug.com) –
   an addon for Firefox browser. It’s super helpful as it shows you the CSS code
   setting the font size for an element on the page — then you can use that code
   by copying it into your child theme and changing the font size there.
 * This is also a good reference for CSS: [http://www.w3schools.com/css/](http://www.w3schools.com/css/)
 * What specific font size do you want to change?
 *  Thread Starter [gmcguirevt](https://wordpress.org/support/users/gmcguirevt/)
 * (@gmcguirevt)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380396)
 * The main body widget doesn’t look good to me.I also do not know how to add a 
   picture there. The font is aligned to the center and the font color is just a
   little bland. Plus the three bottom widgets (especially the third) are not aligned
   very well.
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380400)
 * Hi, please post your questions to [http://themeid.com/forum/](http://themeid.com/forum/)
 * and in the mean time, widgets don’t use any height for many reasons, one would
   be because content is not always the same, you can make them if needed:
 *     ```
       .home .widget-wrapper {
           min-height: 200px;
       }
       ```
   
 * and that will make all of them the same. Adjust accordingly.
 * Logo should be slightly bigger, take a look here: [http://themeid.com/forum/topic/521/how-to-change-default-logo/](http://themeid.com/forum/topic/521/how-to-change-default-logo/)
   and the image changing is easy too: [http://themeid.com/forum/topic/510/theme-options-featured-content/](http://themeid.com/forum/topic/510/theme-options-featured-content/)
 * Font sizes:
 *     ```
       .featured-title {}
       .featured-subtitle {}
       #featured p {}
       ```
   
 * Thanks,
    Emil
 *  Thread Starter [gmcguirevt](https://wordpress.org/support/users/gmcguirevt/)
 * (@gmcguirevt)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380422)
 * I have posted there. I still do not understand how to get a photo in though, 
   I am not very good with this program
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380427)
 * No problem, I’ll go and check the question, it’s really simply, upload the image
   to your media library (think of it like attaching something in your e-mail) and
   use the image source and paste in Theme Options 🙂
 * Thanks,
    Emil
 * P.S. And no worries, we’ll be here every step of the way!
 *  Thread Starter [gmcguirevt](https://wordpress.org/support/users/gmcguirevt/)
 * (@gmcguirevt)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380431)
 * Great Thanks! Got the picture up!
 * I am also having trouble going through the code to figure out how to change the
   main widget font size and alignment, as well as the spacing etc of the bottom
   3 widgets
 * Greatly appreciate the help
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380434)
 * Please see: [http://themeid.com/forum/post/29835/#p29835](http://themeid.com/forum/post/29835/#p29835)
 * Thanks,
    Emil
 *  [hawkmoonsoaps](https://wordpress.org/support/users/hawkmoonsoaps/)
 * (@hawkmoonsoaps)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380662)
 * Good morning- I have just started using WP and have watched and followed many
   youtube vids. I am building a new website getting away from the host style template(
   hawkmoonsoaps.com)to sell my products.Question is, I have chosen Responsive theme
   because of the sizing for all these phones, tablets and so on. Is this theme 
   ideal for a website offering many products to sell? thank you
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380663)
 * It should be fine.
 *  [Troklop](https://wordpress.org/support/users/troklop/)
 * (@troklop)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380670)
 * Hi,
    Is it possible to change posts list view to grid to be similar to this: 
   [http://mightygoods.com/categories/food-and-drink?page=4&view=grid](http://mightygoods.com/categories/food-and-drink?page=4&view=grid)?
   thank you

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Responsive Theme’ is closed to new replies.

 * 12 replies
 * 6 participants
 * Last reply from: [Troklop](https://wordpress.org/support/users/troklop/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-theme-4/#post-3380670)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
