Logo position and header color

Discussion in 'Traffica WordPress Theme' started by oleksiy79, May 23, 2016.

Thread Status:
Not open for further replies.
  1. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    I would like to position my logo a little bit higher, so I used the folloving code:


    .header .logo {
    margin-top: 12 px;
    }

    But when I do this, my previous settings for the white background dissapear.

    I used the following code to change the header background color:


    .header_wrapper {
    background: WHITE;

    }

    Therefore, I can either change the background color or change the position. These two codes nulify each other. How I can do both operations?
    Thank you.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    http://turboion.eu/
    When I enter a code to change the position of the logo:

    .header .logo {
    margin-bottom: 12px;
    }

    it positions well, but white background of the header disappears.
     

    Attached Files:

  4. priya

    priya Guest

    Hi,

    I have visited your site and didn't get any issue after applying the CSS code..

    But still you are suggested to use below code..
    Code:
    .header_wrapper {
        background: white;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    Thank you for your reply. I did not know that each time I should insert the same code if I want to add another part of the code. I figured out how to chose the color and the position. It was necessary tu use both codes together.
     
Thread Status:
Not open for further replies.

Share This Page