Support ForumAdd padding or extra line space after list – Support Forum https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/feed/ Fri, 03 May 2024 18:21:55 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3859 <![CDATA[Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3859 Wed, 30 Jul 2014 14:41:59 +0000 naimarketing I’m trying to add extra space underneath a list. Can you explain how/where I can make that change in the style sheet?

]]>
https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3862 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3862 Wed, 30 Jul 2014 15:31:41 +0000 IshYoBoy Hi naimarketing,

you can do it easily by adding custom CSS style to the list shortcode:

[list type="plus" color="color1" style="margin-bottom: 20px;"]

Please let us know if this is what you mean :)
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/add-padding-or-extra-line-space-after-list/#post-3864 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3864 Wed, 30 Jul 2014 15:36:15 +0000 naimarketing That would only affect that one list, correct? I would like to add padding to every list on my site.

]]>
https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3866 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3866 Wed, 30 Jul 2014 15:49:39 +0000 IshYoBoy Yes that’s true, if you wish to affect all the list please paste the following code into “Theme Options -> General Options -> Custom CSS” field:

It will do the trick ;)
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/add-padding-or-extra-line-space-after-list/#post-3886 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3886 Thu, 31 Jul 2014 14:16:08 +0000 naimarketing That did not work. I tried adding it in Theme Options first. Then tried Appearance -> Edit CSS. No luck getting the padding around my tables.

]]>
https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3892 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3892 Thu, 31 Jul 2014 15:56:50 +0000 IshYoBoy Hey,

could you please provide a link to the page where the CSS is entered via the “Custom CSS” field in ThemeOptions. Once we see it we can provide more accurate info on how to fix it.

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/add-padding-or-extra-line-space-after-list/#post-3899 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3899 Thu, 31 Jul 2014 16:28:39 +0000 naimarketing https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3906 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3906 Fri, 01 Aug 2014 07:42:38 +0000 IshYoBoy Hi there,

thank you very much for your reply. Now we see what’s the problem. You use lists on your site but not with Minicorp’s [list] shortcode but just default WordPress lists. That’s the reason why our previous code didn’t work.

Now all your lists are just general <ul> tags and there is no easy way how to address only them without affecting all the others lists on whole page. We suggest to change your lists to one that uses [list] shortcode. You can find example here https://themes.ishyoboy.com/minicorp/wp/shortcodes/lists.

Then simply use the code which is written above and it will do the trick.

if you have any problems please create an account for as in your WordPress installation, send us private message with login / pass and we would check it and make it work ;)

Thank you in advance
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/add-padding-or-extra-line-space-after-list/#post-3915 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3915 Fri, 01 Aug 2014 16:53:00 +0000 naimarketing Is there a way to add padding standard lists – without the shortcodes? I have many pages and posts containing lists that transferred over when I upgraded to your theme. I really enjoy using your theme. However, I would like to keep my lists standard and NOT use the shortcodes.

]]>
https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3927 <![CDATA[Reply To: Add padding or extra line space after list]]> https://support.ishyoboy.com/forums/topic/add-padding-or-extra-line-space-after-list/#post-3927 Sat, 02 Aug 2014 16:49:54 +0000 IshYoBoy - Peter Hi,

sure it is.

As the snippet above “ul[class*=”list-“]” targets all the UL with class list-…, then change it just to be ul { padding: 10px; }.

But let me suggest something. First create your class. Dont target plain elemets without their class/id. Then add the style definition into “Custom CSS” field. This field is generated after the linkage of style.css, so it will makes sure, that it will be aplied over standard styles.

Let us know if you need more help with this.

Bye

---
If you are happy with our theme and support please rate us in your Downloads Section on ThemeForest. A 5 star rating is always a great motivation for us!

]]>