Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • moska007 Friend
    #880798

    How to fix the dividers lines on my custom position?
    https://drive.google.com/file/d/0B-tH8EspjtjrMFZweWJpRTVfYk0/view

    Pankaj Sharma Moderator
    #880850

    Hi
    this is normal padding between the content .
    You can remove it by adding below code in custom.css file

    .items-leading {
        padding-bottom: 0px!important; }
    moska007 Friend
    #880951

    Thanks i’ll try. I need add this code em my custom.css

    moska007 Friend
    #881449

    Sorry Pankaj Sharma
    Something is not going right, the player perfect first line, but in the other locations did not work.
    After placing the code in custom.css, I go on suffix and insert items-leading
    I’m missing something?

    Pankaj Sharma Moderator
    #881615

    Hi
    Could u give a screenshot of issue and explain issue inside screenshot . I did not found any problem on your site .

    moska007 Friend
    #881631

    Thanks

    Image4

    See the line is not unified (single), she has interrupted

    Pankaj Sharma Moderator
    #881723

    Hi
    This is not problem , its design of the template , If you want to customize you can use inspect element or firebug and override the style via custom.css .
    Example : http://prntscr.com/a270dg

    moska007 Friend
    #903837

    Sorry for my site only thing I could not was that. You could give me one more tip, please. I would like to stay like in the picture

    enter image description here

    Pankaj Sharma Moderator
    #904072

    Hi You can add below code in custom.css file to apply border bottom in the modules .

    
    #Mod90,#Mod91,#Mod98 {border-bottom: 1px solid #eaeaea;}

    I found this block is added as custom block > http://prntscr.com/aj7fha
    I am unable to apply border bottom here as it use global class . I suggest you to add a custom class name here and then apply the border-bottom class to apply a single line under this container .
    Use inspect element or firebug to check classes and define the style in custom.css file .

    Let me know if there is any confusion .

    moska007 Friend
    #904345

    Okay, sorry did not get it right, my custom block has a problem.
    I believe that lack technical knowledge for me to make this change.
    I’ll Try

    Pankaj Sharma Moderator
    #904444

    Hi
    You need to apply the style on the custom block container as u can see in my screenshot .
    You can post your site super user details if you wish me to check the custom block .

    moska007 Friend
    #904653
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #904891

    Hi
    I added custom_block class in the block container > http://prntscr.com/ak4g35
    Then i added below code in custom.css file to apply the border

    
    .custom_block {border-bottom: 1px solid #eaeaea;}
    

    Check front end you can see the border .
    Apply new css as per needs .

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 12 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum