Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #933590
Gaps between blocks
Closed

Comments

  •  2
    Gilson started the conversation

    HI,

    Why i am getting those gaps between the blocks when i remove the dividers...

    please check and let me know the issue...

    Regards,
    GIlson

  •  7,120
    Oliver replied

    HI!

    pls. use following css disabling top padding:

    .block-content {
        padding-top: 0;
    }

    For disabling bottom padding in the row, set padding 0 in the design options in the row settings, or use this css:

    .wpb_row {
        margin-bottom: 0;
    }



    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Gilson replied

    Wonderful support boss keep it up loving you guys...

    can you please check the block  WHY SCALIA? & Testimonial section design are not coming with the css same like scalia business theme..

    Also i need to have a pie chart counter on my home page any vidoes or guide will help me to add it.

    Regards,
    Gilson

  •  7,120
    Oliver replied

    1. pls. use shortcode "widgested sidebag" and set it on the page. (I made demo for you)

    2.  check

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Gilson replied

    What if i want exact something like http://codex-themes.com/scalia/shortcodes/counters/

    Regards,

    Gilson

  •  7,120
    Oliver replied

    It's our shortcode counter, pls. check our docs.

    "counters"

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Gilson replied

    Can you please explain me how to change the size of the counter as of now if i apply its too huge in size.

    Gilson

  •  7,120
    Oliver replied

    HI!

    css:

    .sc-counter-number {
        font-size: 30px !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adrian replied

    Hi there,

         does this also apply for the theme the Gem? Because I can not find the custom css page settings :(

    Regards

  •  7,120
    Oliver replied

    HI!

    Pls. check screenshot



    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,120
    Oliver replied

    Or you can add this code to the style.css of the child theme.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver