Larger Logo

Support Area Forums Foxy Larger Logo

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #5357
    Tina OKeefe
    Participant

    Hi, I want the logo to be larger than 181×97 pixels, how can I change this?

    http://chefpyper.com/wordpress/

    #5368
    Jhon Buitrago
    Participant

    Hi Tina,

    I have a Question.

    How did you change the font of your page?

    Thanks!

    #5384
    Tina OKeefe
    Participant

    I purchased the font, and then downloaded a plugin “AnyFont” to install it on my site.

    #5387
    paul smyth
    Participant

    FYI, I fixed this problem on my site by editing the style.css

    on about line 466 is the .page-content

    background-color: rgba(0, 0, 0, 0.74);
    border-radius: 15px 15px 15px 15px;
    float: right;
    margin-right: 130px;
    padding: 0 30px 30px;
    position: relative;
    top: 70px;
    width: 550px;

    I added in the top: 70px;

    and to lower the menu section around line 601

    aside.sidebar {
    float: left;
    position: relative;
    top: 70px;
    width: 180px;

    again added the top: 70px;

    #5397
    Tina OKeefe
    Participant

    I tried this but it didn’t change the logo size.. not sure what I did wrong

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Larger Logo’ is closed to new replies.