Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #866411

    Hi
    there seems to be an issue with your separator
    Please see screenshot – it explains all you need to know

    https://drive.google.com/open?id=0B9S4vpg0-rRrVHYtbDRveUl5UEE

    Thanx Brita

    #866642

    Hi Brita,

    Thanks for the screenshot. Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #866667

    Hi Rikard
    Sorry – but the site is not public since its in “developing” mode.
    psychosomatik-kossmann.de

    But here is the code and you can easily reproduce it – its reproducable on every installation.

    [av_textblock size='' font_color='' color='' admin_preview_bg='']
    <img class="alignright wp-image-3623" src="http://psychosomatik-kossmann.de/wp-content/uploads/20170517_150406-300x225.jpg" alt="" width="450" height="338" />Alle hier genannten psychischen und psychosomatischen Erscheinungen von Krankheitswert sind dadurch gekennzeichnet, dass sie sich der Beeinflussung durch Willenskraft oder Selbstdisziplin des Betroffenen weitgehend entziehen und deshalb der Behandlung durch entsprechend ausgebildete Therapeuten bedürfen. Sie können kurzfristig auftreten oder einen sehr langen, manchmal lebenslangen Verlauf haben und unterschiedlich stark ausgeprägt sein.
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='']
    
    Häufig treten sie in Kombination bzw. Abhängigkeit von einander auf, was Prognose und Verlauf entscheidend beeinflusst. Die hier gemachte grobe Unterscheidung ist keine vollständige Auflistung aller umschriebenen Krankheitsbilder, die auf eine psychotherapeutisch-psychosomatische Therapie ansprechen.
    Sie dient lediglich der einführenden Information über die häufigsten und bekanntesten Beschwerden und Diagnosen.
    [/av_textblock]

    As you see …..the separator is inbetween the text.
    The output is shown in the screenshot in my first post.

    Regards brita

    #866982

    Hi Brita,

    Thanks for the feedback, though it’s much easier for us to help you if we can inspect the actual page in question. Could you create a temporary user for us to be able to log into the site please? You can post the login details in private here on the forum. You can use (Email address hidden if logged out) for the email, though the most important is to post user and password details here so that all the moderators can access the site.

    Best regards,
    Rikard

    #867054

    I can give you the database.
    Than you can import it into any development-area of yours.
    OK?

    #867070

    and here is a link to a screencast that shows exactly the settings & the output

    https://drive.google.com/open?id=0B9S4vpg0-rRrN0M2c3cxVVQ0blk

    #867080

    Hi,
    I tested your debug code on my localhost and found that the paragraph needs to be inline-block, as after 1240px the hr falls to the end.

    p {display: inline-block !important; }

    I recommend adding the page-id to the css also so it will only effect that one element.
    I also recommend putting your image in a 1/2 column and your text in a different 1/2 column as the image height causes the first paragraph to have a big gap before the hr in screen sizes 1440px and above.

    Best regards,
    Mike

    #872751

    So that meens that your separator does not work with anything that has a float left or flot right.
    Do i understand that correct?

    Brita

    #872756

    Hi,
    I don’t think that is the case, the elements have a block value. Did you find changing the paragraph to inline-block helps?

    Best regards,
    Mike

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