-
Author
-
March 25, 2016 at 06:57 #112692lucasmarstonmusicParticipant
My text looks very crammed together. I tried to make the line height taller in my settings but I’m not getting any results.
I have tried changing it everywhere from 29px to 50px and it looks the same.
March 25, 2016 at 07:25 #112693lucasmarstonmusicParticipantThese settings work great everywhere else on my site but in visual composer. But there is no option in visual composer for line height.
If you look at this photo, the related posts have huge titles and text with proper line height, but the article is not getting any of those settings.
I can’t figure out which of the H1, H2, H3, etc are controlling what. If I use H3 in a post it is not the same as my settings for H3 but somehow it changes the titles of every post that pops up.
This titles in the posts in this photo are huge, but I don’t even know which “H” controls them!!!
Attachments:
You must be logged in to view attached files.March 25, 2016 at 20:32 #112792lucasmarstonmusicParticipantTwo examples, both pages built with visual composer. Each have different line height.
Attachments:
You must be logged in to view attached files.March 26, 2016 at 20:02 #112898LauraModeratorHello, we can fix this with css, let me know what line-heights do you need for each elements and i will give you the proper css 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 28, 2016 at 22:55 #113187lucasmarstonmusicParticipantLets try a line height of 30px.
It’s confusing why it works on some pages but not others and I then have to then go insert CSS somewhere. You’d think i can have one option of changing the line height that would effect the entire site. Why does it pick and choose on it’s own where it decides to work?
March 29, 2016 at 21:24 #113412LauraModeratorHello, 30px line height is a lot, also what element? title, excerpt…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 1, 2016 at 11:30 #114004LauraModeratorHello, try adding this to style.css of child theme
COPY CODE#main p { font-size: 18px; line-height: 24px; }
Let me know if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 5, 2016 at 08:22 #114589lucasmarstonmusicParticipantSo it took about 9 hours to work after placing it in my style.css, but now it works.
However, there are some places that I made smaller text of 14px, like the author name of an article. And for some reason those texts blocks are showing text of about 20px. So my font that I made to be small is showing up larger than my body text.
What do I do if I want to have certain places where the text is smaller? I can’t choose from within the text block settings because that isn’t working.
April 5, 2016 at 08:29 #114590lucasmarstonmusicParticipantHere’s an example. The author information below the title was set to 14px. As you can see, now it is larger than the body text. Even going back into the posts and playing with those sizes won’t give me different results.
Attachments:
You must be logged in to view attached files.April 8, 2016 at 13:40 #115248LauraModeratorHello, its because of the css you added, please let me know exactly what sizes you want for each section so i can give you a better code 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 8, 2016 at 23:35 #115412lucasmarstonmusicParticipantI use a text block for both of those sections there. Ideally I would be able to have the choice of deciding the size of the text anywhere I want.
The main body text I have set to font size 18px line height 28px. In the author box I created I made the font 14px.
April 11, 2016 at 13:58 #115599LauraModeratorHello, i see, maybe you have a custom css that is overriding the change you did, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 14, 2016 at 19:47 #116692LauraModeratorHello, please check attached, its set as you did it, where exactly is it not showing?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.April 18, 2016 at 17:46 #117315LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 27, 2016 at 23:56 #119386RaduModeratorHi,
If you want to have the “post meta” text smaller just include all of the meta into a div like this
COPY CODE<div class="manualpostmeta"> <small>April 28, Admin, Blog</small> </div>
And the CSS will be like this
COPY CODE.manualpostmeta small {font-size:11px !important;}
Regarding the text block element form Visual Composer you can highlight any portion of text by using bold,italic or underline set color for potions of text or different heading for that text.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 28, 2016 at 00:49 #119407lucasmarstonmusicParticipantI have no idea what a div is and where I would insert that. She gave me some code to insert into my style.css which is now controlling the text for my entire site. So if I want to make some text smaller or larger in certain places it won’t let me.
Visual Composer won’t let me add post meta like author and date, so I have to do it manually. If I follow your instructions and highlight the text in the textblock and choose a specific size, nothing happens. It stays the same size as the other text.
Where do I insert <div …. code? In my style.css? I don’t see how inserting April 28, Admin, Blog will help because it doesn’t even know that I am talking about an Admin or Author, it’s just text.
In the future I am going to need other text blocks that are different sizes. I think the code she gave me for the style.css won’t allow me to do that. I need a solution to be able to choose what text size and height I want where ever I want.
April 28, 2016 at 17:15 #119549RaduModeratorHi,
Maybe i don’t understand correctly, but the visual composer doesn’t work with posts…
How do you add the date,author and category mannualy ? For this, is the example from above to include that you have added mannualy into that div
COPY CODE<div class="manualpostmeta">April 28, Admin, Blog</div>
Then by using this css you can control that area.
COPY CODE.manualpostmeta { font-size:10px;line-height:20px; }
The line height of a content of a post can be controlled like this and the css cam be added to wp-admin -> theme options -> general options -> quick css
COPY CODE.article-content p { line-height: 2em; }
If you cannot handle with these you will have to look for a web programmer to help you to create a function that add automatically meta ( author,date,category )
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.