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

    Hello,

    I was wondering where the setting is to remove the middle vertical alignment from a color section is located. Do I need to enter CSS code?
    If you look at the code here, when I remove this css, the “welcome to the….” box over to the left moves up to the top and is exactly where I want it.

    https://gyazo.com/7249ebb7e0a5e7f61686ccc2a73a2855

    Thank you so much!

    #949782

    Hey bradwbowman,
    Sorry there is not a setting for that, middle alignment is the default, but you can easily overwrite it, by copying the sector and rule, and change “middle;” to “top !important; ” and add to your css. You will want to make sure to add a unique sector for that one page or element so the rule doesn’t effect other pages and elements

    Best regards,
    Mike

    #949860

    I’m not sure how to copy the sector and rule or what you mean by that. What would the exact css code be (assuming I make a unique sector or element called “test” that I need to copy down?

    Thanks!

    #949954

    Hi,

    #top.home #av_section_1.avia-section.av-minimum-height .container .content {
        vertical-align: top !important; 
    }

    Right now the ID of the sector is, “#av_section_1”, on your home page, so this code should move the text block up.

    Best regards,
    Mike

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