0
Welcome Guest! Login
0 items Join Now

SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

  • SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • Hello everybody,
      I use the Vermilion template with Gantry 4.1.29
      I need to override the file bootstrap.css
      The filter value container of HikaShop is too long (206px) I need it to be of 150px.
      I follow this guides:
      docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet
      www.rockettheme.com/forum/gantry-solved-...-file?start=0#533658
      and some topics in this forum.
      But I don't understand how to use my ID/class/inputID.
      I create a file named rt_vermilion-custom.css I put into /templates/rt_vermilion/css/ but nothing works..
      My last try was:
      input#filter_text_Fltr-prodotti-001 input, textarea, .uneditable-input {
          width: 150px;
      }
      Thanks! Chiara
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
      It makes our suggestions more accurate if we see the actual coding of your site.
  • Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • Hi Dan,
      thanks for the fast answer, you can find it at:
      berbev
      It's just a temporary url, it's a work in progress..
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
  • Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • I removed the file because it doesn't work..
      Now it's online again.
  • Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • It's one of my last try..
  • Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • What do you think about a solution like this:
      input[type="text"] {
          height: auto;
          margin: 0 10px 0 0;
          padding: 0;
          width: auto;
      }
      It seems to work..
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Override bootstrap.css Gantry v4.1.29 template Vermilion

    Posted 9 years 10 months ago
    • Looks good to me
      This image is hidden for guests.
      Please log in or register to see it.

Time to create page: 0.066 seconds