Community Forums › Forums › Archived Forums › General Discussion › Altitude Pro problems/questions
Tagged: Altitude Pro
- This topic has 2 replies, 2 voices, and was last updated 11 years, 4 months ago by
lupin.
-
AuthorPosts
-
March 1, 2015 at 12:21 am #142700
lupin
MemberI've just bought Altitude Pro, primarily to use as a blog as I really like its simplistic look. But got a couple of problems.
I was told that the width is 1200, but everything on the blog page is reduced to a size that looks somewhere in the region of 700. Way too small. 1200 would be perfect.
Also, while the posts show the comments when in single post view, there is no mention of comments, i.e 'Leave a Comment', '6 comments' etc. Comments are on, no time limit on them or anything, but that doesn't make any difference. This is a feature I really need.
Also, the post titles I'd like to reduce in size, and have aligned left, not in the center. I've tried to use firebug to highlight where the connected code is, but I can't get it to work.
Any help with these questions would be greatly appreciated. Thanks!
March 1, 2015 at 5:05 am #142714Victor Font
ModeratorThe width of the Altitude Pro content area in the full-width template is 1200px, but there is a 200px wide padding on either side of the content that effectively reduces the viewing area to 800px. If you want the content area to be full width, comment out the padding in the .full-width-content .content css block starting on line 1368 in style.css.
For the Leave a Comment phrase, look in your theme's functions.php file around line 189 and change the line that says:
$post_info = '[post_date format="M d Y"] [post_edit]';to:
$post_info = '[post_date format="M d Y"] [post_edit][post_comments]';Be very careful changing the functions.php file. If you make a mistake here, you will bring down your site.
Titles are centered in the .entry-header, .entry-footer css block. Changing the title alignment will affect pages as well.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?March 1, 2015 at 5:31 am #142717lupin
MemberThanks ever so much! That's very helpful. Managed to align the title left, and add the comments count.
Still can't get the true full width though. It has just shifted to the left. This is what I changed:
/* Content --------------------------------------------- */ .content { float: left; width: 700px; } .page .content { padding-bottom: 50px; } .sidebar-content .content { float: right; } /*.full-width-content .content { padding: 0 200px 50px; width: 100%; }*/ .full-width-content.front-page .content { padding: 0; }Am I missing something. Thinking about it, 1100px would be perfect. Any ideas?
Oh, and any idea how to reduce the post title font size? They are a bit big for my liking.
Thanks again!
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.