This is probably an obvious fix…
If you look here:
http://03ce50e.netsolhost.com/chitjian/
And scroll down, you will see that the book on the left does not align with the text on the right, the text is a little lower. Not sure why, no spaces as I can see.
Any ideas?
GB
Hi gb,
Try changing the first paragraph tag to this:
<p style="margin-top:0px !important;">
Cheers!
Rikard
Hi Rikard,
Im sorry, I am not sure I understand where I should place this code?
Thanks,
G.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .avia_textblock > p {
margin-top: 0;
}
Cheers!
Yigit
Thanks, that helped, its still not aligned but it got closer. Its strange because I used 2 layout elements to build that, one for image and the other for text, curious why they would not align from the get go? It does on my other site?
Anyways, thanks for the support!
GB
Hi,
It’s wrapped in a paragraph and the paragraph has some margins applied to it by default in the theme, you could try removing the paragraph in the text editor to see if that helps.
Regards,
Rikard
Hi Rikard, I like the idea but I am sorry, I do not understand how you mean to remove the paragraph in the text editor? I am in the text editor for that section and do not see such an option?