Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #821050

    Hi Guys.
    I need some css so I can place the title near top left of slider.
    There is no option for this at the moment.
    Thanks.

    ( presently it’s in the center )

    http://www.kangaroosinthetoppaddock.com.au

    #821192

    Hey Mark,

    Please try the following in Quick CSS under Enfold->General Styling:

    .slideshow_align_caption {
      text-align:left !important;
    }
    
    .slideshow_caption {
        padding-top: 40px !important;
    }

    Best regards,
    Rikard

    #821509

    Thanks Rikard. That aligned it to the centre left.
    No matter what I change the padding to (tried 20 px) it stays in the same position.

    #821579

    Hi,

    There is padding on the surrounding elements as well, could you post a screenshot highlighting what you would like to achieve please? Otherwise it a guessing game for us.

    Best regards,
    Rikard

    #823819

    Hi Rikard.
    My apologies.
    My client would like the title to be the same distance from the left of the page and from the bottom of the header.
    It’s about 350mm from the left at the moment ( sorry for the carpenter’s measure! )
    Can I have some css to move it up so it is 350mm from the bottom of the top header?

    Mark.

    #824277

    Sorry. That should read 35 mm.

    #824353

    Hi Rikard. Sorry for all the questions but have a cranky client.
    As well as moving the caption more to the top she requires that the words in the Grampians ( second & third images in the full screen slider ) be in the same font as the H2 title above.
    The font is Chiller and I have used Use Any Font to install it. It allows you to assign the font to certain elements. The words in the Grampians don’t seem to be H3, H4, H5 or H6 so I don’t know how to assign the Chiller font?

    http://www.kangaroosinthetoppaddock.com.au

    #825228

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #825267

    Hi Basilis. I assume you are referring to this:
    she requires that the words in the Grampians ( second & third images in the full screen slider ) be in the same font as the H2 title above.
    That’s OK then.

    The main title has a H2 tag. Could you please tell me what tag the subheading has?
    Thanks.

    With reference to moving the title more to the top can’t that be covered by aome simple css?
    Top left is the only option which is unavailble which seems very strange. Perhaps it should be included in an update?

    #830464

    Hi,

    Please add the following css code to adjust the caption position.

    .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: auto;
        top: 20vh;
    }

    Best regards,
    Ismael

    #830488

    Wow. Absolutely perfect! Thank you so much.
    My client will be very happy!

    Is there any way to change the sub titles to the same font as the main title?
    I had to import Chiller text – used Use any Font.
    Was able to change the top to Chiller but the smaller sub heading could not.

    Here is a screenshot of what she wants.

    https://i.gyazo.com/3f5f6d3db2231eab979e5d47b3f90d40.png

    #832761

    Hi,

    How did you apply the font? Please use the following css declaration to change the font of the caption content.

    .avia-caption-content {
     /* style here */
    }

    Best regards,
    Ismael

    #832782

    Hi Ismael.
    I used Use any Font Plugin to apply the Chiller.ttf
    It works well with the main title which is H2
    But the sub heading doesn’t see to be H2 3 4 5 or 6.
    I’m a little useless when it comes to css. Sorry.

    #834613

    Hi,

    Thank you for the info. We assigned the “.avia-caption-content” element in the “Use any font” panel.

    Best regards,
    Ismael

    #834617

    So easy when you know what to do. Many thanks.

    #834750

    Hi! We’re glad that Ismael was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Title position for full screen slider’ is closed to new replies.