• Resolved fmoras

    (@fmoras)


    I can’t move my logo to center. My site is http://www.remotesupport.gr
    I try to change style.css with

    .logo {
    padding:5px 100px 100px 100px;
    padding-right:50px;
    align:center;
    position:absolute;
    top:0;
    left:-80;
    z-index:31;
    width:330px;
    height:73px}
    float: none; margin: -60px 0 24px -3px;
    margin-left:400px;

    But nothing happens.

    Please Help me. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please note this in the top of your style.css file:

    /*
    WARNING! DO NOT EDIT THIS FILE!

    To make it easy to update your theme, you should not edit the styles in this file. Instead use
    the custom.css file to add your styles. You can copy a style from this file and paste it in
    custom.css and it will override the style in this file. You have been warned! 🙂
    */

    Thread Starter fmoras

    (@fmoras)

    Ok i replaced with original style.css of theme. now i will add my css code to custom.css .

    Can you tell me how can i move my logo to center at this specific theme?

    Thank you..

    I have made many changes to many themes to wordpress with my css code but in this theme i don’t know why logo cant move right or left

    Please help me. Don’t give mention to design of site. First i want to move the logo and then i will make changes. Thank you again!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    With your current styles to center the logo you’d do:

    .logo {
        left: 50%;
    }
    
    .logo img {
        left: -191px;
    }

    Try adjusting the css in …

    .logo img {}

    Thread Starter fmoras

    (@fmoras)

    thank you mate! It Works!

    Thread Starter fmoras

    (@fmoras)

    I make changes to custom.css but nothing happens. Only if i change style.css i see changes…

    Why?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That’s something you should raise with your theme author/ vendors. We don’t support your theme.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Move logo to center’ is closed to new replies.