KeVo Active member Licensed customer Oct 4, 2013 #1 How do I move the contents of a post more to the right? As you can see in the following screen shot, the avatar edits I made make it cut into the post. Help is greatly appreciated. http://prntscr.com/1vad5a
How do I move the contents of a post more to the right? As you can see in the following screen shot, the avatar edits I made make it cut into the post. Help is greatly appreciated. http://prntscr.com/1vad5a
Jake Bunce Well-known member Licensed customer Oct 5, 2013 #2 Increase the left margin on that content. Admin CP -> Appearance -> Templates -> EXTRA.css Add this: Code: .message .messageInfo, #QuickReply { margin-left: 186px !important; } Upvote 0 Downvote
Increase the left margin on that content. Admin CP -> Appearance -> Templates -> EXTRA.css Add this: Code: .message .messageInfo, #QuickReply { margin-left: 186px !important; }