0
Welcome Guest! Login
0 items Join Now

css issue - Module padding

    • juliaah's Avatar
    • juliaah
    • Newbie
    • Posts: 2
    • Thanks: 0

    css issue - Module padding

    Posted 13 years 9 months ago
    • This is my first post and am fairly new to css - I am using the Mercado template and am looking for the css setting that controls the padding in each of the modules and articles. There is currently a large gap about 5mm to almost 1 cm (not sure how many pixels that is) from the edge of the content area and would like to make it smaller - especially for the scrolling module.

      I had a look in the template.css and style1.css and tried altering some padding settings and wasn't changing the right setting. Any help would be appreciated. Also is there anyway to prevent the rounded corners from appearing in Firefox? Thanks
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: css issue - Module padding

    Posted 13 years 8 months ago
    • Hello,
      Is this site online? If so, please provide the URL to the issue.
      :)

      Also, getting acquainted with firebug will help you learn immensely. Follow the link for firebug in my signature below.
    • juliaah's Avatar
    • juliaah
    • Newbie
    • Posts: 2
    • Thanks: 0

    Re: css issue - Module padding

    Posted 13 years 8 months ago
    • hi, thanks for your reply .. this site is at 207.57.101.76/joomla/index.php i do use firebug already but only just started editing CSS. thanks for your help
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: css issue - Module padding

    Posted 13 years 8 months ago
    • not sure the exact look you are going for but try this: add this at the bottom of your template.css file:
      body .rt-block-scroller {margin-left: -5px; margin-right: -5px;}
      body .rt-block-scroller .rt-module-surround {padding: 5px 0;}

Time to create page: 0.076 seconds