How to Adjust Center Position

Viewing 4 posts - 1 through 4 (of 4 total)
#189346

R3ndy Nug
Participant

How do I get all the positions in the middle?
Your every help is very useful. Thank You.

Example site

#189348

Humayon
Spectator

Hello there,

Greetings for the day.

To get all positions in the middle please disable the sidebar and make the container full-width from your theme settings.

Or alternatively, you can use the below CSS code as well.

.single-wpdmpro .site-content .content-area {
    width: 100%;
}

.single-wpdmpro .is-right-sidebar {
    display: none !important;
}

Regards

#189352

R3ndy Nug
Participant

Incredibly well worked. Thank you for the help.

Regards

#189383

Humayon
Spectator

Hello there,

You are welcome and glad to hear that.

However, If you get some free moments, please give us a 5* here and add your valuable review about our plugin, it will inspire us a lot.

Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How to Adjust Center Position’ is closed to new replies.