Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10155
    GranPaSmurf
    Member

    I copied information from an earlier post, but it does not seem to work for me.
    /*
    Welcome to Custom CSS!

    CSS (Cascading Style Sheets) is a kind of code that tells the browser how
    to render a web page. You may delete these comments and get started with
    your customizations.

    By default, your stylesheet will be loaded after the theme stylesheets,
    which means that your rules can take precedence and override the theme CSS
    rules. Just write here what you want to change, you don’t need to copy all
    your theme’s stylesheet content.
    */
    .logo-wrap {
    float: right;
    }

    My URL for the site under development is: http://satp-boilingpoint.us/
    Thanks for your attention.
    dk

    #10198
    Sakin
    Keymaster

    @GranPaSmurf: You have added that css in many place. Delete that. It will not work. to move Logo from left to right. You need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-logo { float: right; }

    #11504
    nicolet531
    Participant

    I just saw this post and I tried it and it did not work. Am I literally supposed to leave spaces so it is #site-logo { float: left; } I entered #site-logo {float:left:} is that why it did not work?

    #11505
    nicolet531
    Participant

    Actually, it moved the TITLE itself to the left, I wnat the LOGO I uploaded to the left of the title, how do I do that?

    #11533
    Sakin
    Keymaster

    @nicolet531: Wow you have posted here was well. It depends on site to site. Since, we are working this on email. Let’s get it solved there.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reposition logo image in header’ is closed to new replies.