themehall
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Church] Site widthSorry for misleading. Thought you were talking about content width. Glad you figured it out.
??Forum: Themes and Templates
In reply to: [Church] Site widthYou can edit these classes in style.css
.sidebar-primary { float: right; width: 30%; } .content { float: left; width: 70%; padding-right: 40px; }
Forum: Themes and Templates
In reply to: [Church] Center the Header TextBelow is one way to do it via CSS. Go to “Appearance > Customize > CSS”, and insert below code
.title-area { text-align: center; } .site-title, .site-description { font-family: "Times New Roman", Georgia, Serif; }
Forum: Themes and Templates
In reply to: [Omega] Need different selectors for excerpt and full postto wrap its content, excerpt uses .entry-summary, full post uses .entry-content
Forum: Themes and Templates
In reply to: [Omega] image resizing for mobile and ipad viewI’d suggest use jetpack tiled galleries
Forum: Themes and Templates
In reply to: [Omega] Selector to apply margin between search results items?Awesome ??
Forum: Themes and Templates
In reply to: [Omega] Posts don't show properlyHi Rosa, your setting should work. Can you post your site url?
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherHi, yes that’s possible with CSS tweak. Go to “Appearance > Customize > CSS” and drop below code
.home .entry:first-child, .blog .entry:first-child { font-size: 130%; }
Forum: Themes and Templates
In reply to: [Omega] Home Page paginationDid you activate your snippet? It works in our test.
Forum: Themes and Templates
In reply to: [Omega] width of pages not adjusting to larger screensCan you try to disable jetpack photon mobule and see the that fix your issue?
Forum: Themes and Templates
In reply to: [Church] How to enable menu descriptionHi,
Menu description only applied for certain theme design and requires a bit more work. There is an easier way to accomplish what you want. You can include your menu item description into your navigation label.
For example, you can input something like this
Home<em>your menu desc</em>
Then, go to “Appearance > Customize css” and drop below code
.omega-nav-menu a { text-align:center; } .omega-nav-menu a em { display: block; font-weight: 300; font-size: 12px; font-style: normal; text-transform: none; }
Doing this way, you can keep your church theme up to date for future updates. Hope you like it
Cheers
Forum: Themes and Templates
In reply to: [Omega] How to enable menu descriptionHi,
Menu description only applied for certain theme design and requires a bit more work. There is an easier way to accomplish what you want. You can include your menu item description into your navigation label.
For example, you can input something like this
Home<em>your menu desc</em>
Then, go to “Appearance > Customize css” and drop below code
.omega-nav-menu a { text-align:center; } .omega-nav-menu a em { display: block; font-weight: 300; font-size: 12px; font-style: normal; text-transform: none; }
Doing this way, you can keep your church theme up to date for future updates. Hope you like it
Cheers
Forum: Themes and Templates
In reply to: [Church] Mobile Theme EditionThe site uses another theme, not our free church theme. Please contact the theme author
Forum: Themes and Templates
In reply to: [Church] Mobile Theme EditionThere is no specific option for that, but you can easily do it via custom CSS (Appearance > Customize > CSS). Can you post your site URL?
Hi Pia, it might be caused by your plugin or custom work. It looks fine on our shopping theme demo