jbasilejr
Forum Replies Created
-
Thanks for having a look. I’ve doublechecked the link I shared and do see the 360 image at page bottom. What are you seeing under the text description of the court, where I’m seeing the 360 image with the “VR” watermark at bottom right?
Don’t know if there’s a distinction re: the term “model” you’re using in your reply and what I called an “image” in the OP, but to be clear, my source file is a JPEG and my question refers to the jpg image I’m using.
Forum: Plugins
In reply to: [WP Show Posts] center-aligning paginationExcellent! Worked like a charm. Thanks so much for your help.
Forum: Plugins
In reply to: [WP Show Posts] center-aligning paginationThank you, @ejcabquina. That text-align seems to have worked for everything except the outlined current page number, which continues to be left aligned. Worth noting that I’m using the Show Posts plugin, the .page-numbers.current style seems to be part of my theme’s CSS:
`.page-numbers.current {
background: rgba(0,0,0,0);
padding: 5px 7px;
transition: all 0.4s;
font-weight:600;
font-size: 14px;
color: #000;
margin: 0 5px;
text-decoration: none;
border: 1px solid #000;
display: inline-block;
}Thanks for checking in, @themeeverest. This small addition to the theme’s .css seems to have corrected the alignment issue I was describing:
img { float: left; margin-right: 10px; }If there are any concerns withe this fix that I or others should consider, please let me/us know. Thanks.