Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #223538

    Please view my website at http://www.matt-morse.com.

    I am struggling with my LayerSlider and its appearance on all different devices. Do you know which settings I can adjust to make it like the LayerSlider on the Enfold demo? That displays exactly the same on all devices.

    Also, directly under the LayerSlider on my homepage are the Recent Blog Posts, where I chose to have the thumbnail and title only. Is there a way I can remove that empty gray space to the right of the thumbnail and just center thumbnail over the title instead?

    Thanks for all your great help. This is an excellent support forum.

    #223618

    Hey mattmorse!

    1- You can take a look at the settings of demo site slider here http://i.imgur.com/xAWZ0mL.jpg
    2- Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-image img { margin: auto; }
    .main_color .avia-content-slider .slide-image { background: transparent; }

    Cheers!
    Yigit

    #223621

    Ok. The gray area is removed but text is not centered under thumbnail. See matt-morse.com

    #223623

    Hi!

    Please add following code to Quick CSS as well

    .avia-content-slider .slide-entry-title { text-align: center; }

    Regards,
    Yigit

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