Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #731713

    To whom it may concern,

    I am using your Full Screen Slider on our webpage – http://lakesidecrossingdfw.com/

    I have managed to center some of the caption content with custom css. However I cannot get the buttons centered. Any tips would be greatly appreciated.

    – Matt

    #731790

    Looking at the site in Chrome, it appears that the letter spacing on LAKESIDE is causing the problem. The buttons center in that area but LAKESIDE is so wide that it makes the area wider than the window. If you remove the letter spacing from LAKESIDE, you’ll see that the buttons actually are centered on the screen. In Chrome, anyway.

    #732260

    Hi!

    Can you please try changing following code

    h1 {
        font-family: 'dionisioregular_condensed', lato, sans-serif;
        font-size: 10vw;
        color: #F1EDEC;
        font-weight: normal;
        letter-spacing: .75em;
    }

    to following one

    h1 {
        font-family: 'dionisioregular_condensed', lato, sans-serif;
        font-size: 9vw;
        color: #F1EDEC;
        font-weight: normal;
        letter-spacing: .75em;
    }

    Regards,
    Yigit

    #732372

    Thank you Yigit!

    Works like you said.

    #732378

    Hey!

    Happy you could solve it.
    Please also take a moment to rate Enfold for us at themeforest, we would really appreciate it!

    Thank you very much!

    Best regards,
    Basilis

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