Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. custom Css not working on MAC operating system

custom Css not working on MAC operating system

Scheduled Pinned Locked Moved Web Development
csscomhelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gurjit Singh
    wrote on last edited by
    #1

    i want to increase background size of .woo-feature and .woo-about in page but after add the CSS the background width increased on window all browsers but its not working on MAC operating system on any of browser.

    website link:- http://bowerybeachfarm.com/farm-tour/

    CSS I USED:- .woo-feature{margin-left:-13%; margin-right:-13%;}
    .woo-about{margin-left:-13%; margin-right:-13%;}

    please give me any suggestion where i am wrong and how can i fix it.

    Thanks

    Gurjit Singh

    M 1 Reply Last reply
    0
    • G Gurjit Singh

      i want to increase background size of .woo-feature and .woo-about in page but after add the CSS the background width increased on window all browsers but its not working on MAC operating system on any of browser.

      website link:- http://bowerybeachfarm.com/farm-tour/

      CSS I USED:- .woo-feature{margin-left:-13%; margin-right:-13%;}
      .woo-about{margin-left:-13%; margin-right:-13%;}

      please give me any suggestion where i am wrong and how can i fix it.

      Thanks

      Gurjit Singh

      M Offline
      M Offline
      Mona sinha
      wrote on last edited by
      #2

      This is simple code used in css.

      div {
      background: url(background.jpg);
      background-size: 800px 600px;
      background-repeat: no-repeat;
      }

      If you not want to use background image, remove 1st line of code. You can use background size in "%" also, thats will fits in all browser.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups