Home Forums Square About us section: image stack

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2511
    psol
    Participant

    Is it possible to align the image so that it is right and centre depending on the amount of text in the about us section (as opposed to just being to the top right of the section)?

    Thanks,

    P

    #2553
    Hash
    Keymaster

    Sorry, it is not possible. The images always aligns at the top. But you can move it down with some custom CSS below

    .sq-image-stack{
    margin-top: 50px;
    }

    change the value of 50 to required.

    #2574
    psol
    Participant

    That worked, thanks.

    For some reason though it also extends the bottom of the about us page, can I stop it from doing that with further code?

    #2655
    Hash
    Keymaster

    I am not sure what do you mean. Decreasing the top margin will prevent it from extending to the bottom of the section.

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