tbostrom7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I remove the white space above my meta slider image?I was able to remove the white space from the meta slider. My website is now http://naturesgifts4u.com
I also have another site with slider at http://tarabostrom.com
Maybe it will help if you view the source code from my site. I don’t recall how I fixed it, but I think I found the solution on another site.
Forum: Fixing WordPress
In reply to: How do I remove the white space above my meta slider image?The meta slider is a plug-in and the code for it is placed in the visual editor. There is no other text placed within it.
Forum: Fixing WordPress
In reply to: How do I remove the white space above my meta slider image?I found the CSS file by going to appearance then editor in wordpress. I was told not to change the theme’s CSS because if I update the theme it will affect it.
In the CSS file I found this code and if I change the 20px to 0px it does remove the white space above my image, but it also takes out my paragraph breaks. There must be another way?
p {
margin-top: 0px;
margin-bottom:0px;
padding-bottom: 20px;
}Forum: Fixing WordPress
In reply to: How do I remove the white space above my meta slider image?This site is a wordpress site with the Tesseract Theme. I don’t know where to go into the code to fix it.