Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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/DyoJOUTvliI6

    Please assist, thanks.

    #515977

    Hi 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,
    Elliott

    #516401

    thanks, please see link.

    #517104

    Hi,

    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.
    #517521

    Hi, 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?

    #517870

    Hi!

    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,
    Ismael

    #518104

    thanks 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?

    #518481

    Hi,

    The Blog Posts element is an element you can drag and drop to your page from the Avia Layout Builders Content Tab, it will display posts according to your settings in the element options.

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.