Issue with buttons on Sparkling theme attachment pages

Hi - I have run into an issue which (appears to have) started with the most recent theme update (to 1.8.3). On the attachment pages, the buttons no longer appear as buttons, but as horizontal bars.

Did I miss a new configuration parameter or something else I should have adjusted?

Thanks in advance!

Hi @bheiser1,

I hope you are well today and thank you for notifying us about the issue.

I could confirm the issue on my test site using latest version of Sparkling. The issue will be fixed in the theme shortly.

In the meanwhile to fix the issue try adding the following CSS code in the Custom CSS option of Sparkling theme on the following path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS


[class*="navigation"] .nav-previous {
float: left;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
}

Best Regards,
Movin

Thank you Movin, the code you suggested fixed the button width. I did also notice now the buttons are “hollow” (just an outside border instead of solid color), whereas previously I was able to make them solid color using the following code. But at least they are normal button width now, so that is a big help.

Thanks very much!
-Bill

/* set button text color on image attachment page /
.site-content [class
=“navigation”] a {
color: #111;
}

Hi Bill,

You are most welcome here :slight_smile:

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin