Forum Replies Created
- AuthorPosts
- askericParticipant
UPDATE:
I just had HostGator fix the issue in just a minute.
Here is the “Quick” version of what happened….
.htaccess file – ERROR 500 Server Permissions Message!
To resolve:
Login to Cpanel / file manager, then just make sure all of your file permissions are set to 644 and your folders are 755.October 29, 2013 at 8:29 pm in reply to: ERROR 500 – INTERNAL SERVER ERROR from Latest WP update… #1051askericParticipantOkay, thanks for the quick reply.
I will check with HostGator who is the company that supplies the hosting package.
If anyone else is getting this error, and is on HostGator – I’d like to know, because I’m sure they will tell me it is not their problem…..
askericParticipantThanks for the help! In-Short, after a little finess with the percentages I got it to work, and it is awesome!
Here is the custom.css I ended up using so it displays correctly in IE, FF, and Chrome:
.socialmedia {width:72%;}
.themonic-logo {width:21%;}————————-
Then to further improve the look (in my opinion) I went in to the Style.css and modified the code to drop the banner ad “margin-top” from the default of 30px to a little lower of 55px which I feel looks better with my logo.
.socialmedia{
float: right;
padding: 7px 10px;
text-align: right;
width: 35%;
margin-top:55px;
}===============================
- AuthorPosts