askeric

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Is my theme's .htaccess file correct? #1053

    askeric
    Member

    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.

    in reply to: ERROR 500 – INTERNAL SERVER ERROR from Latest WP update… #1051

    askeric
    Member

    Okay, 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…..

    in reply to: Customizing the Header #728

    askeric
    Member

    Thanks 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;
    }

    ===============================

Viewing 3 posts - 1 through 3 (of 3 total)