abellowins
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Centering Header ImageHey Sarah. You can also add <center></center> to the html where the objects are. That will center any object.
Forum: Themes and Templates
In reply to: [Mantra] Header imageAdd the following code to your style.css file or the main css file in your theme.
#bg_image{
width: 655px;
height: 80px;
}instead of 655px and 80px you can use any suze you want. You should add the same dimensions the original image has.
Forum: Themes and Templates
In reply to: How do I fix the Width on my homepage to match banner widthHey. Seems to me like fixing some of the css for the slider should do it. Look to me like the plugin is set up to display the images at 1675px which is way to big for the container you have the website in. Check the slider plugin settings to add a new width.
Forum: Themes and Templates
In reply to: [MesoColumn] How to centre the top navigationHow about wrapping the navigation in <center></center> tags?
Forum: Themes and Templates
In reply to: Twenty Twelve scaling text to fit mobilesHello Petra. Instead of using px use em for the font-size
Forum: Themes and Templates
In reply to: [Mantra] Header imageHello Mantra. How are you adding the image. When you upload an image you should have options as to the size of the image itself. You can also use css to set the height and width that you want.
Forum: Themes and Templates
In reply to: Where to specify image dimensions?Use CSS instead. You can set the size of every image right there. Just find out what the id or class for the image is and add the size in the style sheet.
Forum: Themes and Templates
In reply to: [Duena] menu depthHey mladenradev.
Most theme’s navigation comes with 2 levels of depth. You can add the functionality yourself for the navigation you have or you can get a plguin to do it for you.Forum: Everything else WordPress
In reply to: Brand new to WP and need a site like this exampleMost themes have categories in them already. The other option is to create a custom post type.
Forum: Themes and Templates
In reply to: [WP-Creativix] Please help with "read more" and "continue …)Go to page.php in your theme. There should be a code that goes something like this
<?php the_content('Continue...');?>
Whatever is inside of the_content is what you have to change. Change it in both page and indexForum: Localhost Installs
In reply to: Do I need Apache & WAMP for WordPress to run?You do need PHP, MYSQL & Apache on your windows machine to be able to use wordpress. WAMP is a tool to make this process easy for you. If you need help then contact me.
Forum: Themes and Templates
In reply to: Custom Field keeps appearing once removedI can help you with that. However, it is not allowed to work on such themes. Contact me for any other questions.
Forum: Themes and Templates
In reply to: [WP-Creativix] Please help with "read more" and "continue …)Hello, did you try changing the main loop in page.php?
Forum: Themes and Templates
In reply to: how to style the twenty twelve default buttonsCreate a Child Theme and then change the css.