Text on main slide picture

Support Area Forums Progress Text on main slide picture

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #20103

    Hi Bill,

    I was trying to upload some text on the picture on the home page, the text is a bit long, 25 words long, so when I copied it, it was all across the picture.

    Is it possible to upload this same amount of text but is there any way it could remain at the right side of the picture? not across?

    Thank you

    Angela

    #20104
    Bill Robbins
    Moderator

    Angela,

    I believe we can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top of the tab, choose “yes” to include custom styling.
    3. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (min-width: 1024px) { 
      
      	.flex-caption {
      		max-width: 50%;
      	}
      
      }
      
    4. Update your settings.

    That will only allow the captions on desktop sized browsers to go halfway across the image. You can change the maximum width by altering the 50% above to a higher or lower number.

    Let me know if you have any trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Text on main slide picture’ is closed to new replies.