Forum Replies Created
-
AuthorPosts
-
han
KeymasterGo To Appearance > Customize > CSS, and add this code
.title-area { width: 50%; }han
KeymasterValeria, do you mean page width / content width? box shadow?
February 7, 2014 at 3:51 pm in reply to: Re-center entire site in Church theme, and Google Adsense question #1688han
KeymasterGoogle Maps ready plugin overrode the css style that cause Left align issue. 2 ways to solve the issue:
1. disable Google Maps ready plugin
2. Go To “Appearance > Customize > CSS” and add this code.wrap { margin: 0 auto !important; }Yes, you can embed HTML code into text widget
han
KeymasterIf you use forum search function, you’ll find the answer here
han
KeymasterDorothy, I’ll create an omega favicon plugin for you shortly.
han
KeymasterGo to “Appearance > Customize > CSS” and add this
.sidebar a, .entry-content a, .site-footer a { border-bottom: none; }han
KeymasterQ: It is possible to define 3 columns for products layout (on the frontpage) instead of just 4?
A: Add this to functions.php// Change number or products per row to 3 add_filter('loop_shop_columns', 'loop_columns'); if (!function_exists('loop_columns')) { function loop_columns() { return 3; // 3 products per row } }Q: Also, is there any way I could adjust the number of results on the “Shop” page (from the standard 10 to 12 or 15)?
A: Go to “Settings > Reading” and change “Blog pages show at most”han
KeymasterCan you post your site url?
han
KeymasterGo to “Appearance > Customize > CSS” and insert this code
.site-header { padding: 10px 0; }han
KeymasterThat’s not possible by default, you need to customize the theme menu.
han
KeymasterThat’s possible but that’s woo-commerce feature called “Variable Product”, not theme feature.
han
KeymasterYes please send your site url
han
KeymasterYes, it’s the form fields. You can increase the width via css.
han
Keymaster1. You can change the background via css.
2. Go To “Appearance > Widget” and drop a blank “Text” widget to “Header Right” sidebar.han
KeymasterHi, I don’t see any issue with those characters ă, î, ș. Omega parent (framework) is free, omega child theme is very cheap.
-
AuthorPosts
