Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • geffers Friend
    #1051479

    Hi all,

    i would like to remove the top and bottom padding in certain modules as in the picture below.
    First, i tried the other solution from the forum (without the part of the responsive layout). It did not work, actually nothing happend. No changes after i uploaded the costum.css with

    .corporate .slideshow {
     #ffffff
    border-bottom: 0 solid #eeeeee
    padding: 0;
    }

    I would also like to change the color of a module. The modul suffix _white for example did not work for the DJ-Slider.

    Best Regards,
    geffers


    1. HP
    geffers Friend
    #1051481

    Forgot to add my homepage

    Pankaj Sharma Moderator
    #1051592

    Hi
    use below code in custom.css file and change the value as per needs.

    .corporate .slideshow {
    background: #ffffff!important;
    border-bottom: 0 solid #eeeeee!important;
    padding: 0!important;
    }

    Hope it helps.

    Regards

    geffers Friend
    #1052012

    Hi,
    thank you. It helped. I have a module under the slideshow. How do i access this module (it is a "Eigenes Modul" (in german) called "Benachrichtigung"), to change the padding there.

    I really appreciate your help.

    Best Regards
    geffers

    Pankaj Sharma Moderator
    #1052090

    Hi
    For further customisation, i suggest you use firebug or inspect element from browser
    http://prntscr.com/g18y0x
    To check style code and override it using custom.css file.

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

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