Tagged: x
-
AuthorPosts
-
March 27, 2016 at 5:21 am #854099
Hi
I have 4 columns with image, custom H and text which I want to left align
Is it possible to have a lign left to eacht custom headline and text? The way I want it, it is not a regular divider line between columns because it is closer to the custom head line and text than to the previous column. I attached an image to show what I mean
March 27, 2016 at 5:22 am #854100This reply has been marked as private.March 27, 2016 at 5:25 am #854101Hi There,
Your screenshot is too big, please resize and upload it again.
Thank you.
March 27, 2016 at 5:37 am #854109here again
March 27, 2016 at 10:39 am #854219Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
#datenlogger_sensoren .x-text, #datenlogger_sensoren .h-custom-headline { border-left: 1px solid #000; padding-left: 10px; } #datenlogger_sensoren .h-custom-headline { float: left; margin-top: 0; }
Hope this helps.
Cheers!
March 28, 2016 at 2:50 am #854855This reply has been marked as private.March 28, 2016 at 2:55 am #854858Hi Bak,
Please do add
clear:left;
on both of those text element style field that is starting beside custom headline. We have to clear the float left that we have assigned on the custom headline.Hope this help.
March 28, 2016 at 4:20 am #854907This reply has been marked as private.March 28, 2016 at 4:38 am #854925Hi There,
On your CUSTOM HEADLINE, please change class mbs to mbn. Then also add pbs class. We need to set margin bottom of the headline to zero using mbn class then add space between the headline and text using the class pbs.
Hope this helps.
-
AuthorPosts