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

    I was wondering if you may be able to help me with two issues please. I have a client who would like to have the following on her website:

    1. Align the text box text at the top – currently it appears in different positions. Please see the links below.
    2. Remove/Reduce the white space above and below the separator line. Please see link below.

    As the client will be updating the website herself, I need a solution that will allow her to have the same result each time she replaces the recipes for example.

    Many thanks
    Ivana

    #422170

    Hi Ivana!

    1. If I understand correctly you’ll want to drag a codeblock element to your page and then add this inside.

    <style type = "text/css">
    body .column-top-margin {
      margin-top: 0px !important;
    }
    </style>

    2. Try this.

    .hr { margin-top: 0px !important; }
    

    Cheers!
    Elliott

    #422192
    This reply has been marked as private.
    #422698

    Hey!

    Well it’s working but you now have an extra H4 tag above the rest.

    <section itemtype="https://schema.org/CreativeWork" itemscope="itemscope" class="av_textblock_section"><div itemprop="text" class="avia_textblock  av_inherit_color"><h4></h4>
    </div></section>
    

    Any idea on where that is coming from? Try deactivating your plugins and double check your elements to make sure everything is closed properly. If that does not help then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    #427383
    This reply has been marked as private.
    #428296

    Hi!

    I cannot view any of your pages or settings. Can you upgrade the login to admin?

    Regards,
    Elliott

    #428510
    This reply has been marked as private.
    #429191

    Hi!

    Hmm, I don’t see the issue on my end anymore, did you get it sorted? The paragraphs are a couple of pixels below the image and you could add this to your custom CSS but I don’t think that’s what your referring to.

    .avia_textblock em {
      display: block;
      position: relative;
      top: -5px;
    }

    If that’s not correct then take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #429281

    Hi Elliot

    I’ve had a developer working on the website for some time, but he was unable to get the text aligning and that’s why I posted the question here. It seems he may have come up with a solution yesterday, so all is good.

    I really appreciate all your help. I have created over 25 websites using your theme and will continue to buy it for my future customers.

    Many many thanks

    Cheers
    Ivana

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Aligning text at the top’ is closed to new replies.