0
Welcome Guest! Login
0 items Join Now

Adjust position, Search module

    • Orjan's Avatar
    • Orjan
    • Sr. Rocketeer
    • Posts: 194
    • Thanks: 0

    Adjust position, Search module

    Posted 11 years 11 months ago
    • Hi!
      I want to close a gap between the Search module and the Language-swither module on the frontpage.
      I found a css-code so I managed to move the Language-switcher in custom.css.
      .mod-languages {
      z-index: 1;
      margin-top: -20px;
      margin-left: -20px;
      }

      Tried with margin-bottom but no reaction. Also traid to use the code to .mod-RokAjaxSearch without succes.

      www.primagrafica.com/ICT_demo/index.php/en/
      Joomla 2.5
    • Last Edit: 11 years 11 months ago by Orjan.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Adjust position, Search module

    Posted 11 years 11 months ago
    • Why dont you just use "nopaddingtop" for the "News" module?
      The gap to the flags seems to be gone.
    • Orjan's Avatar
    • Orjan
    • Sr. Rocketeer
    • Posts: 194
    • Thanks: 0

    Re: Adjust position, Search module

    Posted 11 years 11 months ago
    • I found out the name of the module (fp-rokajaxsearch) and used this code in custom.css
      .fp-rokajaxsearch
      {
      z-index: 2;
      margin-top: -30px;
      }

      But I will try your advice! Thank“s.

Time to create page: 0.134 seconds