Post problem!
-
In my post the text goes through the whole width of the page and under the widget bar. If someone know how to make it go to the side in a column like array (for example the text in the left side of the page and the widgets in the right side of the page) please do help me!
Thank you!The blog I need help with is: (visible only to logged in users)
-
Hello! I looked at your website and you can fix this by adding some code. Try adding this where you can add custom CSS.
p {
display: none;
}Tell me if this works out for you!
-
-
You will need to have a WordPress.com Premium and Business plan. https://en.support.wordpress.com/custom-design/
Then go to My Sites → Customize.
This would allow you to add CSS underneath the Custom CSS option. -
-
The problem is with your theme <p> styling. Another way you can work around it is if you put your text into a heading tag instead. Try putting <h6> before your text and </h6> after your text. This should also fix the problem.
-
Also, here is a reference on how to insert HTML into your posts!
https://en.support.wordpress.com/beginning-html/
You will need to be in HTML View to be able to insert the <h6> tags. :)
-
-
-
-
Yes, the text is bold because it is a heading tag. It was not meant to be used for regular text.
I would contact the theme creator about the <p> styling problem. They may be able to fix the issue and push out a new update.
-
-
- The topic ‘Post problem!’ is closed to new replies.