Alignment of widget in sidebar on POSTS

Posted in: Newsmag
Post count: 27

Hi,

We have made a “newsletter subscription” and put it in a widget. For all of our pages, we have corrected a bit of margin/padding to align everything – and that all works fine!

However, the question is as follows: Is it possible to add some padding/margin for that widget – only for the actual posts? We use the default site post tempate, but as seen below, the widget is connected to the menu at the top.

Example of a post - we need to move down the widget to the right, to align with the headline of the post

The picture above is taken from this site: a specific post

Is it possible to make some simple CSS to correct the widget (move it down a bit) for all the posts?

Thanks a lot for your time and effort!

Post count: 6535

Hi

Try this css in theme panel > custom code >custom css: http://screencast.com/t/EMeo9YlJ

.mailmunch-forms-short-code{
    margin-top: 10px;
}

Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 27

Once again, thank you for the amazingly fast replies 🙂

Works like a charm!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.