Support ForumCustom divider amount? – Support Forum https://support.ishyoboy.com/forums/topic/custom-divider-amount/feed/ Fri, 04 Sep 2026 12:30:15 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2055 <![CDATA[Custom divider amount?]]> https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2055 Tue, 25 Mar 2014 18:33:01 +0000 WAPPUK Can you set a custom divider amount? eg 50px

]]>
https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2057 <![CDATA[Reply To: Custom divider amount?]]> https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2057 Wed, 26 Mar 2014 06:17:42 +0000 IshYoBoy Hey,

Sure you can. The divider accepts all global attributes as all other shortcodes. So either use “css_class” or “style” attribute to set its height ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2064 <![CDATA[Reply To: Custom divider amount?]]> https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2064 Wed, 26 Mar 2014 15:49:46 +0000 WAPPUK ok,how would i set an amount for an individual shortcode, rather than all dividers?

eg [Divider] 20 px

If this is possible, how would it be written?

]]>
https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2068 <![CDATA[Reply To: Custom divider amount?]]> https://support.ishyoboy.com/forums/topic/custom-divider-amount/#post-2068 Thu, 27 Mar 2014 13:50:40 +0000 IshYoBoy Hi,

As mentioned above, why don’t you try:

[divider css_class=”my-divider-height”]

and use this class to add the styles in the “Custom CSS” field?

Alternatively you could do it directly in the code

[divider style=”margin-bottom: 20px;”]

The first solution is better as you can update the CSS once and all dividers having the mentioned class will be changed. The latter would mean to manually update each divider in every page it was used.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>