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

    Hi Enfold-team,

    I hope you can help me with something very simple. I want a horizontal line of 10px high, full width, in one color. Like a boundary line between 2 content sections.
    I thought it could be created with a content section, but I can’t give this specific content section an exact height, only a minimum height which is always bigger than the 10px I need.

    Hopefully you have the answer for me.

    Thanks in advance,
    Greetz Esther

    #1462434

    Hey esther,

    Could you post a link to where we can see the elements in question, and let us know where you would like to place it please?

    Best regards,
    Rikard

    #1462499

    Hi Rikard,
    Thanks for your reply.
    Below 2 links:
    1. The adobe link with the design I have to create >> there are multiple lines in the design: 2 black ones, at the top and bottom of the header. 1 orange line above the footer which is, I think, 10px.
    2. The other link is the new page >> The black lines in the header are now part of the photo but I prefer to make them as lines in Enfold.

    #1462565

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-317 #wrap_all #main #av_section_1.avia-builder-el-first {
    	border-top: 10px solid #000;
    	border-bottom: 10px solid #000;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1462639

    Hi Mike,

    Thanks for your answer.
    I tried but the script shows no difference.

    In the past I used Enfold Health demo to make a site, unfortunately it’s not online anymore. In this demo on the homepage a green line is used beneath the fullscreen header. It’s made with #avia_sc_grid_row but I don’t know the settings anymore. Is it possible to use this en can you refresh my memory? ;-)

    #1462662

    Hi,

    If you enable debug mode under Enfold->Layout Builder->Show advanced options, then you can add this shortcode to a new page to see how it was made:

    [av_layout_row border='' min_height='15px' color='main_color' mobile='av-fixed-cells' id='welcome' av_uid='av-98dfif']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#719430' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-38ln3']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#92bb46' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8vfxsn']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#acd464' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8r5rn3']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#e1fbb2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8ggrav']
    
    [/av_cell_one_fourth]
    [/av_layout_row]

    Best regards,
    Rikard

    #1462967

    Hi Rikard,

    I enabled what you suggested but where do I put the code on a new page? I don’t understand any of this…. sorry
    Seems to me we are drifting away from my problem.

    Best regards,
    Esther

    #1462989

    Hi,

    There will be a new box under the layout window, please add the shortcodes there.

    Best regards,
    Rikard

    #1463034

    Hi Rikard,

    Tnx! It works!
    Horizontal lines are showing now :-)

    Tnx for your help and patience!

    Have a nice day!
    Esther

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘horinzontal line full screen’ is closed to new replies.