Home Forums WordPress Themes – Premium Encounters Background Images Reply To: Background Images

#41261
Sushil Adhikari
Moderator

Dear Ron King,

It’s all good here, thanks a lot.

Regarding to page background, there is no any featured for this. But you can take help of this following example:

#content-wrapper {
    background-image: url(http://demo.styledthemes.com/encounters/wp-content/uploads/portfolio-62.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

To move logo to the left you can take this css for a references.

#header-gradient .container-fluid {
	margin-left: 0;
	padding-left: 0;
}

Note: You can increase/decrease margin left and padding left value as per your requirement.

Finally regarding to Banner slider could you please provide us a proper screenshot so we can guide you properly.

We look forward for your response.

Thanks