change position Custom Widget

Hi, great theme!

I use custom post Widgets on urbannature.shiatsupeter.at - this widgets are full width. How can i change the width/position like the shapely standard widget?

Thanks a lot!

Hi @shiatsupeter,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.widget_custom_post_widget .vc_row {
  margin: 0 auto;
}
@media (min-width: 768px){
.widget_custom_post_widget .vc_row {
    width: 750px;
}
}
@media (min-width: 992px){
.widget_custom_post_widget .vc_row {
    width: 970px;
}
}
@media (min-width: 1200px){
.widget_custom_post_widget .vc_row {
    width: 1170px;
}
}

Best Regards,
Movin

Thanks! works great.

another question,

i madea one page menu, with the link & Number #shapely_home_parallax-2 i can jump to the different parallax posts.
Do you know what i have to link for the Custom Post?

urbannature.shiatsupeter.at

You are most welcome here :slight_smile:

another question,

To help us keep support thread separates could you please create new thread for your new question here Shapely - Colorlib Support Forum instead of replying on your existing thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.