Page sidebars customization

Hi colorlib team,

Awesome Illdy theme once again!

We have several CSS questions about how to customize sidebars on specific pages:

  1. How does one adjust the spacing between the button widget and the header image as shown on this page: http://europdevconsulting.com/trademissions/asean2019/ ? Specifically, we want to align the top of the button with the first line of the paragraph opposite.

  2. On mobile view, how can we increase the spacing between the button widget and the header image? Please see attached image.

  3. Is it possible to transfer the sidebar to the right-hand side of the page?

Thanks,

Europdev

Hello,

I hope you are doing well today.

  1. This CSS would help you to reduce the top margin to align the 2:

.blog .markup-format p {
    margin-top: -2px;
}

  1. Some top padding will help this one:
.textwidget p {
    padding-top: 23px;
}
  1. There isn’t an option in the theme for that.

Best Regards,
Support