• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

[Support request] Adjusting Flex Caption Location

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › Adjusting Flex Caption Location

Tagged: Adjusting Flex Caption, Adjusting Headline, Headline in Slider.

  • This topic has 1 reply, 2 voices, and was last updated 1 year, 2 months ago by genunlimited.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 23, 2019 at 11:27 pm #1750
    gigtime
    Participant

    I prefer to have the Headline (flex caption) higher up on the image. If I adjust the css padding from 20px to 80px, it looks good on the desktop but is too high on a smart phone. Is there a way to either adjust the settings for desktop vs smart device separately? Or can a percentage be included rather than a setting in pixels?

    Thanks in advance…

    Bill

    October 23, 2019 at 6:38 pm #1756
    genunlimited
    Participant

    Use an @media query. For instance:

    @media only screen and (max-width: 860px) {
    .flex-caption {padding: 20px;}
    }

    This would make so all screen sizes less than 860px the .flex-caption would only have 20px;

    Not sure if the correct class your targeting is .flex-caption so you may need to change that.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates