- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- March 23, 2017 at 12:03 am #2511psolParticipant
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
March 24, 2017 at 8:45 pm #2553HashKeymasterSorry, 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.
March 24, 2017 at 9:28 pm #2574psolParticipantThat 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?
April 3, 2017 at 9:21 pm #2655HashKeymasterI am not sure what do you mean. Decreasing the top margin will prevent it from extending to the bottom of the section.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.