• Resolved kimneu

    (@kimneu)


    How may I align the header to the top and the info to the bottom?

    I have a rather hacked-together solution:

    .oxilab-flip-box-3-data .oxilab-heading{
    	padding:0 !important;
    	margin:0 0 200px 0 !important;
    }
    
    .oxilab-flip-box-3-data .oxilab-info{
    	padding:0 !important;
    }

    It’s def not responsive. So, that’s why I am asking for a better way.
    Thanks

    • This topic was modified 5 years, 1 month ago by kimneu.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author biplob018

    (@biplob018)

    Its better as you write

    .oxilab-flip-box-3-data .oxilab-heading{
    padding:0 !important;
    margin:0 0 80% 0 !important;
    }

    .oxilab-flip-box-3-data .oxilab-info{
    padding:0 !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Align Top + Bottom’ is closed to new replies.