• Hello, and thank you for checking out this post.

    I am using the ‘ Tyler ‘ WordPress Theme, so far I have been doing pretty good on my own, even used a little CSS3. BUT ! ! !

    Now I have one little issue that is driving me Bunkers !

    The ‘ Tyler ‘ WordPress Theme comes with a default Search Form/Box within it’s Top Header. I want it there, that’s not the problem. I just want to be able to move it up some, and also more to the right.

    I had looked at Firebug to reference the Div Tags in order to use CSS, still confused. Help!

    Question is… Can someone help me with this ‘ Margin ‘ or ‘ Padding CSS ‘ issue, in order to move the Search Form/Box up, and then more to the right….?

    Thank you….

Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to the website could really help to determine the source of the problem. Without seeing the code nobody can help.

    Thread Starter mooapo

    (@mooapo)

    You are right…. Sorry !

    I have my Blog under Maintenance Mode, so there is no way you can actually see my Blog because of it.

    But here is the link https://themestown.com/tyler/ that one can preview the Theme with.

    You can use your Fire Bug if you click to preview it…. Thank You..

    I think the easiest way in your situation is to set

    #header-widget-area .searchform  {
        position: absolute;
        top: __px;
        right: __px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Support Help Needed….’ is closed to new replies.