Home Forums Themes Support Vineyard WordPress Theme Some questions about Vineyard Theme

Viewing 1 reply thread
  • Author
    Posts
    • #6652

      Hi my friends,
      I buy Vineyard theme.

      First:
      I try to change this code

      .tb-header-wrap.tb-header-v1 .header-sidebar {
          padding: 48px 50px 35px;

      To

      .tb-header-wrap.tb-header-v1 .header-sidebar {
          padding: 20px 25px 5px;

      I go to the line 9914 in style.css, and I change it, but still appears with the oldest values.
      I need to change de padding in the home page logo.

      Second:
      My logo is bigger than your demo logo, the box container, I need to change the container to fit with my logo.
      I change the code in bootstrap.min.css

      .container {
          padding-right: 15px;
          padding-left: 15px;
          margin-right: auto;
          margin-left: auto;
      }

      to:

      .container {
          padding-right: 15px;
          padding-left: 15px;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 35;
      }

      I change the code in bootstrap.min.css, but stills appears with de older code.
      Nothing change.

      Thank’s for the theme, It’s very nice.

    • #6655

      Hi Gaboiqq,

      Thank you for reaching us.

      When you turn Less Design on, the style css will be rendered into style.css automatically.

      You can make changes on Custom CSS on Theme Options

      or

      /vineyard/assets/css/less/modules

      Thank you again for purchasing our theme.

Viewing 1 reply thread

You must be logged in to reply to this topic.