PositechWP
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost Drop Down Menu and SlidersI believe my company uses the WordPress Tabs, Accordions, and Spoilers plugin for the tabs.
Any help someone can give would be appreciated!
Forum: Fixing WordPress
In reply to: Lost Drop Down Menu and SlidersForum: Fixing WordPress
In reply to: Center a youtube video on wordpressHmm, it could be the size of the youtube video. Did you just copy/paste the link into your site? Cause there is a way to re-size that. Go to your youtube video page, and under where it says Share, click on embed.
Code will come up where you can change the width/height of your video and then paste that code into your page.
Hopefully I can help some more here! And then put the center brackets onto that embedded code.
Forum: Fixing WordPress
In reply to: Center a youtube video on wordpressFinally something I might be able to answer!
I’m super new to WordPress, so hopefully this will work with you like it does for me. If not, well, I’m still learning too with WordPress!
Just put the link in center brackets like so:
<center>YouTubeVideoHere</center>
That’s how it centers videos for my company’s website.
Forum: Fixing WordPress
In reply to: Removing/Hiding the Header Container on a pageWhoops, forgot the code:
<style> .heading_container {display:none} </style>
Forum: Fixing WordPress
In reply to: Removing/Hiding the Header Container on a pageAlright it seems if I put in this code into a page, it hides it. Now I just need the white space tightened between the content I have on my page and the breadcrumbs.