0
Welcome Guest! Login
0 items Join Now

[novus] change left module position to right

  • [novus] change left module position to right

    Posted 16 years 2 months ago
    • i would like to move all the modules in left position to the right of the main content. I'm trying something without success until now...
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • In template_css.css, change left to right
      #sidecol {
      float:left;
      }
    • James Spencer / Developer & Support / Hull, UK
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • And change this to margin-right
      #main-column {
      margin-left:25%;
      }
    • James Spencer / Developer & Support / Hull, UK
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • there isnt margin-left on #main column

      i have attached the css file. Pls check it... tnx!
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • Its probably in your index.php
    • James Spencer / Developer & Support / Hull, UK
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • my index.php is the default one on rtnovus, probably there is something wrong about it...
    • zzzzzz's Avatar
    • zzzzzz
    • Hero Rocketeer
    • Posts: 367
    • Thanks: 0

    Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • I'd like a solution to this as well.
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • In index.php, change margin-left to margin-right
      #main-column { margin-left: <?php echo $side_column; ?>;}
    • James Spencer / Developer & Support / Hull, UK
  • Re: [novus] change left module position to right

    Posted 16 years 2 months ago
    • tnx it works! i suppose the #main-column was on css file, sorry

Time to create page: 0.045 seconds