Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Skatepark] Skatepark themeHey there,
Thanks for reaching out!
When you’re adding CSS, what are you trying to do exactly? What changes are you looking to make?
Forum: Themes and Templates
In reply to: [Canape] Help, featured content and linked pagesHey there,
Glad to see you managed to figured out the first issue there.
You should be able to add a menu item via Appearance > Site Editor and, click on the navigation block: https://en.support.wordpress.com/wordpress-editor/blocks/navigation-block/
What issues are you facing exactly? Additionally, it’s possible to seek help here: https://wordpress.com/help/contact also. ๐
Forum: Themes and Templates
In reply to: [Zoologist] Line break in page/site titleHey there,
Happy to help you with this.
So it looks like you’ve got a title, placed in the centre of three columns. It is possible to create a soft line break by holding shift and then enter to move the text down a line.
I’ve taken a look at the site and it looks like there’s some custom CSS there – to check have you added CSS to try and make the line break?
Hey there,
Ah-ha! Ok, so the CSS, will help:
th.label { padding: 10px 10px 0px 0px; }I hope it helps. ๐
Hey there,
Thanks for reaching out!
This sounds like an interesting problem – are you able to provide a link so that I can take a closer look.
I’m wondering if there could be a conflict of some sort between the two query blocks.
Speak soon!
Forum: Themes and Templates
In reply to: [Pictorico] Incompatible with current Jetpack version?Hey there,
Thanks for that additional information and triaging there!
UPDATE 2: in fact, any one of my sites that I select in the โSelect a blogโ dropdown is now responding with an โOops! Blog not found.โ Something wrong with my account at wp.com?
I wouldn’t say there’s an issue with the account, but it would be the connections via Jetpack that would be an issue.
I’d certainly recommend reaching out here: https://jetpackme.wordpress.com/contact-support/
Something like this, is likely to occur when changing domains, or migrating sites from location to another, so it’s worth looking into – to make sure everything is as it should be.
Forum: Themes and Templates
In reply to: [Apostrophe] How i can change widgets background colorHey there,
So the CSS you need is:
.rx-widget { background: #e6e6e6; }This can be added via Appearance > Customize > Additional CSS.
I hope this helps!
Forum: Themes and Templates
In reply to: [Pictorico] Remove blue hover left top thumbnailHey,
Ah glad to hear it! ๐
Hey there!
It looks like this has been solved, as this is what I’m seeing here:

Are you able confirm if you’re seeing the same?
Speak soon!
Hello again!
It looks like this is here:ย https://wordpress.org/support/topic/how-to-remove-right-hand-blank-space/ย ๐
Forum: Themes and Templates
In reply to: [Blask] How to Remove right hand blank space on shop page?Hello again!
It looks like this is here: https://wordpress.org/support/topic/how-to-remove-right-hand-blank-space/ ๐
Forum: Themes and Templates
In reply to: [Apostrophe] How i can change widgets background colorHey there,
Happy to help you with this.
It looks like the widget area has a blue background – are you looking to change this colour? If yes, do you have a colour in mind?
You would require some CSS, to change that, which we can help you with.
Speak soon!
Forum: Themes and Templates
In reply to: [Pictorico] Remove blue hover left top thumbnailHey there,
Happy to help you with this.
Custom CSS, would be the solution, but it looks like this has been applied.
To check, has CSS been added to the site?
Forum: Themes and Templates
In reply to: [Blask] How to Remove right hand blank space?Hey there!
It looks like we’re getting there!
One thing, is there something i can do so the product description underneath stays slimmer โwithinโ the width of the product photo above
https://snipboard.io/tBzNSo.jpgYes, this CSS should help.
div#tab-description { width: 70%; }And is there a similar code for removing the right side white space / column under the shop page?
So this code would help, although you may wish to reconsider, or tweak the 240px to help keep things symmetrical.
@media screen and (min-width: 1025px){ .site-content { margin-left: 360px; width: calc(100% - 240px); } }I hope this helps!
Forum: Themes and Templates
In reply to: [Pictorico] Incompatible with current Jetpack version?Hey there,
Many thanks!
Interestingly, it doesn’t look like Jetpack is connected: https://jptools.wordpress.com/debug/?url=dev.status301.com
It looks like this is a dev site – is there anything on the environment that would restrict access or a connection via Jetpack?
Many thanks.