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

    Hi,
    is there any way to aline the content of the 1st page attached to the top? it is currently set on “at least a 100% of the browser window)
    If I don’t use the “at least 100%…” I get a green part just like in the 2nd page attached. It seems to take the color from the Socket background color which is too bad since simply changing it to white would solve it but then the scroll to the top becomes invisible due to my color selection…

    Thanks

    #918845

    Hey Dee007,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-3377 #av_section_1.avia-section.av-minimum-height .container .content {
        vertical-align: top;
    }

    if that doesn’t help try this instead:

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

    Let us know if this helps :)

    Best regards,
    Nikko

    #919265

    Perfect!
    Thank you!

    #919271

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Alignment or Socket background color’ is closed to new replies.