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

    Hi,

    I need to selectively adjust the vertical position of page titles that appear inside if a color box element. here’s the page url: http://mindsparklabz.com/dev/dinosaur/florida/

    I have assigned id – ‘Location Title’ to the box itself, then the text / title inside has class ‘Title Box’

    by default, content is floated in the center of a color box. I need to know how to remove that default on certain boxes only so I can reposition the vertical location of text / titles within the box.

    thanks

    #699260

    Hey MindSpark!

    The class that controls that element is
    .avia-section.av-minimum-height .container .content
    let us know if you need further help

    Regards,
    Basilis

    #699269

    how do I remove the default vertical-align: middle?

    #699306

    Hi!

    Please add following code to Quick CSS

    #location-title .content {
        vertical-align: top;
    }

    Best regards,
    Yigit

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