Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854099

    bak
    Participant

    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

    #854100

    bak
    Participant
    This reply has been marked as private.
    #854101

    Thai
    Moderator

    Hi There,

    Your screenshot is too big, please resize and upload it again.

    Thank you.

    #854109

    bak
    Participant

    here again

    #854219

    Rupok
    Member

    Hi 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!

    #854855

    bak
    Participant
    This reply has been marked as private.
    #854858

    Lely
    Moderator

    Hi 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.

    #854907

    bak
    Participant
    This reply has been marked as private.
    #854925

    Lely
    Moderator

    Hi 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.