-
AuthorPosts
-
October 8, 2015 at 4:42 pm #515964
Hi Team,
i added this line .body float alignright wp-image-208 size-full {float: right; }
for my image to float to the right and it works (full code below).But the code ended up as text on the edit page, even though it is not visible on the preview page but it still takes up margin as if it is text.
please see: http://screencast.com/t/de6bKXhU2
please see: http://screencast.com/t/DyoJOUTvliI6Please assist, thanks.
October 8, 2015 at 4:54 pm #515977Hi David57!
Your CSS code is not correct and it’s not going to do anything if you add it to the page like that. Send us a link to your page so we can get a better idea of what’s going on.
Best regards,
ElliottOctober 9, 2015 at 1:02 pm #516401thanks, please see link.
October 12, 2015 at 5:33 am #517104Hi,
So you’re looking to have “SPOTLIGHT: 7 TESTS OF TRUE STRENGTH” aligned to the right? When adding CSS please add it to a code block if you only want it to apply to the page in question or to Quick CSS under Enfold–>General Styling:
Code block:
<style> .class {css goes here } </style>
Quick CSS:
.class {css goes here }
Best regards,
Rikard- This reply was modified 9 years, 1 month ago by Rikard.
October 12, 2015 at 4:59 pm #517521Hi, as my image and text are contained within the same text box i realised the white space above the image is thick even though i didn’t add in padding or margin at the top.
How can i reduce it?
October 13, 2015 at 8:16 am #517870Hi!
If you want to decrease the space above the text block, try this in the Quick CSS field:
.fullsize .content { padding-top: 20px; }
Looks like you’re trying to create a blog? Is that correct? You can create posts then add the blog posts element on a page.
Regards,
IsmaelOctober 13, 2015 at 2:39 pm #518104thanks for the reply. i tried adding that but it doesnt work.
I am new to this, what do you mean by adding blog post element on a page? is there a link to learn more?
October 14, 2015 at 5:02 am #518481 -
AuthorPosts
- You must be logged in to reply to this topic.