Forum Replies Created
-
AuthorPosts
-
han
KeymasterTry Grid Columns
han
Keymasterrecommended full image dimension is 470px width.
han
Keymasteradd this into wp-config.php, this has to be put before /* That’s all, stop editing! Happy blogging. */.
define( 'WP_MEMORY_LIMIT', '128M' );Note, this setting may not work if your host does not allow for increasing the PHP memory limit, please contact your hosting.
han
KeymasterHi, go to Appearance > Customize > CSS, and try add this
.site-header, .site-footer { padding-left: 5%; padding-right: 5%; } .site-container .title-area { text-align: left !important; } .site-footer { text-align: left; } p.copyright { float: left !important; } p.credit { float: right !important; }han
KeymasterThank you and glad the links help 🙂
han
KeymasterTry this
.footer-widgets .wrap { padding: 40px 0 0 40px; }You can also bypass the footer widgets and put all in footer using Omega Custom Footer plugin
han
KeymasterHi Dorothy, you need to install Omega Custom Footer plugin. Thanks
han
KeymasterYou will need Omega Custom Footer plugin .
For Multiple columns page, I’d suggest grid columns plugin. Shortcode is plugin territory, there are some free shortcode plugins available at wp.org
To get the feature photo show up in a blog post, put your image into content editor instead of feature image. Then go to “Appearance > Theme settings”, set “Display full post” for content archives. Split content manually is recommended.
han
KeymasterTry this make the widget full width
.footer-widgets .col-4 .widget-area { padding: 0 40px 0 0; width: 100%; }han
KeymasterCan you try this
.omega-nav-menu, .omega-nav-menu > ul { text-align: right; }han
KeymasterCool 🙂
han
KeymasterTry this
.widget_wysija_cont .wysija-submit { float: left; margin-top: 26px; padding: 12px 20px; }January 7, 2014 at 2:24 am in reply to: Church theme–Moving logo & right header down closer to content #1408han
KeymasterIt looks like you have fixed it. Looks nice. You can hide the site description by adding this
.site-description { display: none; }January 7, 2014 at 2:22 am in reply to: Church theme–Changing text color in nav bar on current page #1407han
KeymasterGo to “Appearance > Customize > CSS” and add this code
.omega-nav-menu .current-menu-parent, .omega-nav-menu .current-menu-item { background: #222222; }han
KeymasterHi Dorothy, that feature is not available. Hope you had a great holiday 🙂
-
AuthorPosts
