Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › formatting
New Landing › How can we help? › Themeforest Theme Support › Dante › formatting
- This topic has 19 replies, 3 voices, and was last updated 10 years by Mohammad – SUPPORT.
-
Posted in: Dante
-
October 9, 2014 at 3:32 pm #118945
Hi, I am having some formatting issues on this page http://181.224.135.157/~olivemas/www.productmanagementtraining.com/training/complete-product-management/
If you look in the top right column you will see that the title that starts with “Complete Product Management® helps participants…” is being chopped off. It is not going onto the next line.
Also if you look at the bullet points underneath, they are not indented?
Finally how do I search this forum for my previous posts?
October 10, 2014 at 5:09 am #119112Hi,
Please use this custom css code:-h4.spb-heading, h3.spb-heading, h4.lined-heading { line-height: 1 !important; text-align: justify !important; white-space: normal !important; }
Thanks
MohammadOctober 10, 2014 at 7:51 am #119143hi, thanks that has resolved the issue with the title but ylu did not respond to the other two points:
“Also if you look at the bullet points underneath, they are not indented?
Finally how do I search this forum for my previous posts?”
October 10, 2014 at 9:36 am #119164Hi,
you want to ident the bullets creating a left margin like in the attached image?
https://www.dropbox.com/s/yndojo65yfdt8bw/ident_bullets.png?dl=0Just check your profile information in the link below, with your previous posts and other information.
http://support.swiftideas.net/forums/users/pod9/-Rui
October 10, 2014 at 10:00 am #119174well not quite like that as the text is not aligned as it should be. i want the bullet points to work in the standard way that bullet points work. there must be some code preventing this.
the standard way that bullets (or lists) always work is that the bullets are indented (as on your screenshot) but then the text within the bullets is aligned (see the image attached where I have added a blue line to illustrate the alignment.
also, you’ll see on http://181.224.135.157/~olivemas/www.productmanagementtraining.com/training/complete-product-management/ that i am now using you custom lists from the shortcode and i still have the same problem but i would also like to ask if it is possible to chnage the colour of these icons?
I tried changing
[list_item icon=”fa-chevron-right”]Providing them with the right tools, templates and skills for product success[/list_item]to
[list_item icon=”fa-chevron-right” color=”blue”]Providing them with the right tools, templates and skills for product success[/list_item]
but that didn’t work?
Attachments:
You must be logged in to view attached files.October 10, 2014 at 10:19 am #119183Can you add the code below to the css custom option so that the second line of the wrapped text start in the same position as the first line.
.spb_text_column ul, .box-content-wrap ul { list-style: disc outside none!important; }
This one is to change the color of the chevron
.fa-chevron-right{ color: #2A2AA1!important; }
-Rui
October 13, 2014 at 11:20 am #119579hi, the colour fix worked but the the indenting one did not. See http://181.224.135.157/~olivemas/www.productmanagementtraining.com/training/complete-product-management/
October 13, 2014 at 1:48 pm #119640Hi,
Please use this custom css code:-sf-list li i { left: 2px; margin-right: 8px; margin-top: 6px; position: absolute; } .spb_text_column ul, .box-content-wrap ul { list-style: none outside none !important; }
Thanks
MohammadOctober 14, 2014 at 11:13 am #119914hi, getting closer! that has removed the standard black bullets but the blue ones should be indented and the text should all be left aligned as all lists?
October 14, 2014 at 11:31 am #119923Hi,
Please put a dot (.) before this codesf-list li i
ThanksOctober 15, 2014 at 9:54 am #120349that has alligned the text but it has moved the bullets to the left, they should be to the right
October 15, 2014 at 10:01 am #120355Hi,
I dont see any issue now. Please attach a marked screenshot.
Thanks
MohammadOctober 15, 2014 at 1:58 pm #120462hi, if you look at tempscreen1.gif there is a red line that shows where the arrows align to now. this is wrong. bullets should always be indented to around where the blue line is.
if you look at tempscreen1.gif which i did in Word you will see how bullets should be indented.
i find it very strange that we are writing custom css for this because it should happen by default?
Attachments:
You must be logged in to view attached files.October 15, 2014 at 2:02 pm #120470hi, if you look at tempscreen1.gif there is a red line that shows where the arrows align to now. this is wrong. bullets should always be indented to around where the blue line is.
i find it very strange that we are writing custom css for this because it should happen by default?
Attachments:
You must be logged in to view attached files.October 16, 2014 at 7:35 am #120652Hi,
Please remove last one code and use this one new code:-.sf-list li i { left: 20px; margin-right: 8px; margin-top: 6px; position: absolute; } .spb_text_column ul, .box-content-wrap ul { list-style: none outside none !important; } .page-id-12306 ul.sf-list{ margin-left:20px !important; }
Thanks
Mohammad -
Posted in: Dante
You must be logged in and have valid license to reply to this topic.