Parallax Section text & button alignment.

Hi,

I need to align the text & buttons of the parallax section to the right, only one section not all of hall page…please see attachment

Note : i working on local server.

Regards
Ahmad

Hi Ahmad,

Could you use this CSS:

@media (min-width: 992px){
#shapely_home_parallax-2 div.top-parallax-section div.col-md-8.text-center{
width:100%;
}
}

The CSS is made to target the parallax section on the top of the demo site here https://colorlib.com/shapely/
What you will need to do is adapt it to your site since its not live and we do not know how the code is.

The CSS above uses the unique ID of the parallax section i.e. #shapely_home_parallax-2 to target that specific section. You will need to change it to yours unique ID.

Hope this helps.

Thank You it works

Ahmad

Thank you
I will close this case now, Feel free to contact us again if you have other questions Thanks!