gdweb01
Forum Replies Created
-
Understand your suggestion and appreciate your comment.
This is a custom theme that started to design and develop from scratch, so i don’t have a taxonomy.php file or archive.php. I am very new to php and still is hard for me to understand a lot of WordPress code.
Would be viable to copy the archive.pho from twentynineteen theme for example?
Many thanks!!Thank you very much to both Joy and Tor.
I appreciate your comments and will keep that in mind.
Any suggestions to solve my problem?
How to go about to fix what i have done wrong?Thanks in advance again!!
Forum: Fixing WordPress
In reply to: Removing white space above slideri am glad it worked. I will take a look at your site and see how to fix what you need.
A little busy right now.Forum: Fixing WordPress
In reply to: Adding a third party widget, complete rookie needs helpIt would help if you post the name of the plugin and a link to your site
Forum: Fixing WordPress
In reply to: Removing white space above sliderGo to your backend, appearance=>editor and find style.css find line 810
.page-builder {
margin: 100px 0 0;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0;
}
and change the margin value to zero (0) or a value of your liking.
I hope it helps