Shop Categories

X

Aligning elements to the center of the page

Home Forums Agama Pro Aligning elements to the center of the page

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7774
    alibi2017
    Participant

    Hi guys!

    Can I center the images and the text on this page: https://prnt.sc/ihug64 in bigger screens: https://prnt.sc/ihugbj

    So that in big screens it stays aligned to the centre instead of sticking to the top!

    Thanks!

    #7775
    Zex
    Moderator

    Hi Alibi!

    To vertical center the site content in bigger screens , on the “Contact” page only, use next code:

    @media (min-width: 992px){
    .page-id-578 .site-content{
        padding-top: 3%;
    }
    }

    change the padding-top value if needed.

    Regards

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