0
Welcome Guest! Login
0 items Join Now

need help for module spacing :)

    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: need help for module spacing :)

    Posted 13 years 6 months ago
    • Hi, yes there was a misprint in my code, but you figured it out :cheesy:

      What you need to do is go into the module manager, find your search module and add a Module Class Suffix in the parameters. Call it whatever - top_search - for example. That will generate another box with a class with that name. Then you can do
      .top_search .rt-block{margin:0;padding:0;}
      That should work. Put in your suffix and leave it there, if it doesn't work I'll show you what to do.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: need help for module spacing :)

    Posted 13 years 6 months ago
    • okay I did it.
      Now i can moove the search box individualy ! Coool ! ^^

      But...
      Whatever I try for the padding settings, only two position are taken : 0 or 1 px... :evil:
    • I'm a webdesign Newbie : Don't hit too hard please, I'm workin' on it !!! ;D
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: need help for module spacing :)

    Posted 13 years 6 months ago
    • Glad that worked for you. I'm not sure what you mean with the padding. You just have to figure you don't have a lot space to work with in that navigation. I would leave .rt-block at 0, then do margins on one of the elements inside. That might help you, let me know.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: need help for module spacing :)

    Posted 13 years 6 months ago
    • Well,

      I just wanna moove the searchbox a lil bit down to fit the navigation bar design

      Maybe you're right cause this bar isn't really high (42 px)
      Maybe the search box can not fit in this space...
    • I'm a webdesign Newbie : Don't hit too hard please, I'm workin' on it !!! ;D
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: need help for module spacing :)

    Posted 13 years 6 months ago
    • Okay, try and use the top margin - like this
      .top_search .rt-block {margin: 5px 0 0;padding: 0;}
      That should work, that will push it down. Margin is better for moving stuff usually.
    • The difficult we do immediately, the impossible takes a little longer.

Time to create page: 0.054 seconds