I have created a page with 2 woocommerce products side by side and their product immages removed.
However, now there is a big gap between them. Picture below for reference:
my website
I have tried several code snippets/extra css I found online but nothis seems to work.
So I want the porducts descriptions as shown in the picture to be wider and thus take less vertical space on my page.
Any help would be greatly apreciated! P.s. I am a noob in coding :$
Related
I am trying to make the first blog post (i.e. the most recent one) full width at the top of the page and have the rest of the posts in a two column grid format below this. Ideally, I would like to do this using CSS. I haven't been able to find anything on the internet that works for me yet.
Any help is super appreciated.
I am new to wordpress and I am looking for special type of image slider.
The image slider is such that when the image slides the contents of the image comes after words from different sides and also goes out in the similar way and the next slides comes.
I have seen it on many websites and do not know how to make it and what is a suitable plugin for it.
The one similar image slider on one site is:
https://www.eziline.com or http://www.qsoft.co/pakistan.
Also tell me how can I search this type of slider on internet i.e. what is the name of these types of slider.
https://revolution.themepunch.com/ is one that can mostly do what you're looking for. Note that the example you gave is much more complex than just a slider. While I was working at a motorcycle shop, I did their site with Slider Revolution. It's not the most amazing site, but you can get an idea of some things that Slider Revolution can do. https://combustioncycles.com
Good evening,
It is my first time building a website.
On my home page I list the most recent articles.
In the excerpt, I have the title, image, and beginning of the article.
I am using the Genesis template and more specifically "Minimum Pro".
Here is what I have (my site is : parlons-survivalisme.com)
[And here is what I want][2] (as you can see, the image is under the title/description, and left of the text)
I wouldn't bother asking the question but I spent 4 hours trying to find out how to do this and at this point while I'm sure it's possible, I have no idea how it can be done.
I have played with margins, position, float, but nothing has worked..
Thank you for your time and help !
I'm designing a blog in Wordpress using the Thesis Framework and there is an issue that I just can't seem to find a fix to:
Basically everything is fine on the main page, but when I go into any individual post, the side bar is getting pushed off and showing up right down the button of the page (below the comments).
It's pretty obvious that there is some kind of sizing/width issue and I've played around with a lot of the widths in firebug but just can't seem to find where it's going wrong. I can't find a difference between the main page and post pages either.
Any help would be greatly appreciated! A specific solution would be ideal because I've already spent a lot of time tinkering with it to try and address the issue.
Thanks in advance for any help!
I had this problem as well with the thesis framework. I found two reasons where it produced a similar mistake on my blog:
The first reason is that the sidebar + content area is bigger than you container. That would make the sidebar go below the the content. Make sure also that the content of the sidebar is also smaller than the sidebar. I had a Facebook box in the sidebar that was bigger, thus pushed the whole sidebar below the content.
An other reason was a plugin that I had installed. If you have any plugins installed try and see if one of those is interfering with the sidebar layout.
If that doesn't work you can also post a snippet of the code so that I can look at it.
I often have this problem when editing a page in html (text) mode and forget a closing tag, most notably a . If using tables, a missing , or similar will cause this.
So, in brief, make sure all your opening tags have a corresponding close tag.
Make sure the html is syntax-error free. I had the same problem and the culprit was a wrong closing tag (<b/>)
I am trying to find a good plugin that would take the 4 most recent news articles, or filtered for a category, and allow me to make a auto rotating slider. Which includes a large image, a title, and a excerpt (not content) from a post. And also taking the image, or featured image as the navigation of the slides.
Does anyone know of such plugin? I am having little luck finding one that does most of this.
I've used SlideDeck in the past. They offer a free version so you can play around with it, and with a little programming you can display anything you want in it. I ended up not using it because it was overkill for what I needed and just coded my own slider with jQuery.