lazer Well-known member Nov 12, 2013 #1 Hey guys How do I align the yellow text (in my image below) to the left, in the ad_message_below template, so that it aligns with the left hand margin of the posted text above it? E.G. Cheers.
Hey guys How do I align the yellow text (in my image below) to the left, in the ad_message_below template, so that it aligns with the left hand margin of the posted text above it? E.G. Cheers.
P Paul B XenForo moderator Staff member Nov 12, 2013 #2 Wrap the ad in a div with inline styling or a class which has a margin the same width. Don't forget to take responsive into account. Upvote 0 Downvote
Wrap the ad in a div with inline styling or a class which has a margin the same width. Don't forget to take responsive into account.
P Paul B XenForo moderator Staff member Nov 12, 2013 #4 There are some examples in my resource, this is something like you want: http://xenforo.com/community/resources/responsive-adsense.2084/update?update=5016 Create a class and add the styling you want to it. Then use media queries to change the style based on the browser width. Upvote 0 Downvote
There are some examples in my resource, this is something like you want: http://xenforo.com/community/resources/responsive-adsense.2084/update?update=5016 Create a class and add the styling you want to it. Then use media queries to change the style based on the browser width.