reffjey
Forum Replies Created
-
Thank you! I figured it out. Really appreciate your help Rubel.
Hi Rubel and thalion, Thank you for your responses.
Rubel, how would I use this shortcode effectively to get four posts to show up all the time? Thank you.
If there is a solution to this, please respond, thank you
I am having this problem as well. Please let me know if there is a known solution. This is my site. as you can see, at 1200px and below it works as intended but anything larger results in just one product being displayed.
I took out all media query code from my style.css and the problem persisted so it must be something to do with the plugin. Please help, thank you.
Forum: Themes and Templates
In reply to: [Dyad] Complications with media queriesupdate: I just fixed the latter issue by adding .site-header to the above code. Just the first problem remains now.
Forum: Themes and Templates
In reply to: [Dyad] Complications with media queriesI should also include that setting
body { min-width: 808px; }
provides moderate support for the later problem but the toolbar still becomes distorted, likely because of the additional menu that I added.
Forum: Themes and Templates
In reply to: [Dyad] Complications with media queriesHI Kathryn,
Thanks for your response. Let me try to be a bit more specific about the problems that I’m trying to solve.
The cropped/truncated featured image problem can be viewed on this page. At widths established by the default media queries (1600px, 1200px,…), there is a noticeable shift in the crop of the featured image at the top of the page. I also notice that the padding-bottom for the featured image changes at the aforementioned intervals, however changing the padding-bottom values in my stylesheet does not seem to fix the problem. I would like one uniform crop across all screen sizes, ideally one that preserves most of the image.
On the home page, the toolbar and other elements become distorted at page widths of 807px and lower. Instead of trying to iron out each of the problems that arise from this, I would like to set 808px as the minimum width of the page and anything below this causes the screen to block the content, as demonstrated on the Vogue page.
Thank you and please let me know if you need any more clarification, I am somewhat new to this so I may be struggling to use the correct lexicon.