Tagged: padding, white space
Hello. If you go to the following page, you will see that we have a link unit ad (w/ three rows) to the very right of the first paragraph on this page:
http://latitudes.org/behavior-charts/
However, you will notice that the top of the ad unit is not lining up with the top of the text in the paragraph that is next to it. I cannot figure out why they are not lining up with each other. Please advise on how I can remove the excess white space that is above that ad so that the top of that ad lines up better with the text that is next to it.
Hi ACNLatitudes!
You have two linebreaks (<br>
) in your code, one before the starting script tag and one after, could you try to remove them please?
Regards,
Rikard
Hello. I don’t see any line breaks when viewing the code in the text tab of the editor. Can you please take a look to see for yourself? I am providing my login information in the Private Content area for you to take a look. Thanks.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-24668 ins#aswift_1_expand {
margin-top: -40px!important;
}
Regards,
Yigit
Thanks. That resolved the issue!