Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Decrease space in header (rev_slider)

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #275666
    vernequeneto
    Participant

    Hi. I had downloaded a template, but I need to decrease the size between the navbar and the text on the slider. Here’s a screenshot: http://vernxbranding.com/cap.PNG

    I cant find it where on the code, heres the code: https://codepen.io/vernequeneto/pen/MqKyPy

    Thanks

    #275670
    Atelierbram
    Participant

    Can you put in the CSS in the demo or/and send us a link to webpage of the screenshot?

    #275674
    vernequeneto
    Participant
    #275675
    Atelierbram
    Participant

    CSS top value for absolute positioned element is calculated and inserted inline with javascript, but can do something like this on that wrapper:

    .slider_text_box {
      transform: translateY(-6em);
    }
    
    @media (min-width: 1280px) {
      .slider_text_box {
        transform: translateY(-16em);
      }
    }
    
    #275677
    vernequeneto
    Participant

    Thanks :D Will try ;)

    #275679
    vernequeneto
    Participant

    Awesome! all ok, thank you so much :D

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Design’ is closed to new topics and replies.