-
AuthorPosts
-
April 1, 2015 at 12:38 am #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
IvanaApril 1, 2015 at 9:32 pm #422170Hi 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!
ElliottApril 1, 2015 at 10:08 pm #422192This reply has been marked as private.April 2, 2015 at 6:37 pm #422698Hey!
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,
ElliottApril 13, 2015 at 10:12 am #427383This reply has been marked as private.April 14, 2015 at 4:14 pm #428296Hi!
I cannot view any of your pages or settings. Can you upgrade the login to admin?
Regards,
ElliottApril 14, 2015 at 10:41 pm #428510This reply has been marked as private.April 15, 2015 at 8:11 pm #429191Hi!
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,
ElliottApril 15, 2015 at 11:33 pm #429281Hi 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 -
AuthorPosts
- The topic ‘Aligning text at the top’ is closed to new replies.