Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #656864

    Hi, we have been losing a lot of time trying to customise the spacing at the top of http://rubicab.com.au

    What we want to achieve is:

    1. MUCH LESS WHITE SPACE AROUND THE TEXT which says
    We Design, Supply & Build Outdoor Decking, Fencing Projects, Granny Flats with Innovative and Low Maintenance Building Materials

    2. A bigger LOGO – we have a 500×167 image in there at the moment but obviously something in CSS is constraining it. Ideally, the logo should not be tied to the white space under the menu items.

    3. Lower down: Reduce the spacing between “What our customers say about us” and the pictures under them.

    3. Please supply code we can put in Quick CSS

    Thank you.

    • This topic was modified 8 years, 4 months ago by cblajos.
    #657622

    Hey cblajos,

    open different tickets for different questions/issues.

    1.) Try this code inside Quick CSS field:

    .container {
    padding: 0px;
    }
    

    2.) Use this code:

    .logo img {
    width: 490px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #659041

    I tried the first change. No difference. Please check it yourself. I will repeat just the first part of the problem raised. Make the ticket only about this issue.

    Hi, we have been losing a lot of time trying to customise the spacing at the top of http://rubicab.com.au

    What we want to achieve is:

    1. MUCH LESS WHITE SPACE AROUND THE TEXT which says
    We Design, Supply & Build Outdoor Decking, Fencing Projects, Granny Flats with Innovative and Low Maintenance Building Materials

    #659269

    Hi,

    just add an !important to my code:

    .container {
    padding: 0px !important;
    }
    

    I already implemented it in your Quick CSS field. Hope you are happy now.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.