Home › Forums › Support › Read more floating This topic has 13 replies, 2 voices, and was last updated 3 years, 5 months ago by David. Viewing 14 posts - 1 through 14 (of 14 total) Author Posts November 8, 2022 at 3:56 am #2406009 William Hello, I want my read more tag to be floating on the right and I did use this code (below) in the extra CSS tab but nothing happens. a.read-more.button { float: right; } I’m I missing something heren? Thanks. Kind regards, William November 8, 2022 at 4:17 am #2406025 DavidStaff Customer Support Hi there, can you share a link to a page where i can see the read more you want floating right ? November 8, 2022 at 4:34 am #2406038 William Hi David, Sure, https://tradenkunjeleren.nl is the one. Thanks. Kind Regards, William November 8, 2022 at 4:48 am #2406067 DavidStaff Customer Support Try this CSS: a.read-more { float: right; } November 8, 2022 at 5:59 am #2406150 William Unfortunately this also didn’t work. November 8, 2022 at 6:33 am #2406209 DavidStaff Customer Support Where are you adding the CSS? And is is still added to the site ? November 8, 2022 at 6:55 am #2406244 William Hi David, Yes it is still added to the site. I have added it to extra CSS in the customizer menu. November 8, 2022 at 7:35 am #2406305 DavidStaff Customer Support Can you disable your cache plugin so i can see whats happening ? November 8, 2022 at 7:41 am #2406315 William I just did. November 8, 2022 at 8:48 am #2406660 DavidStaff Customer Support Are you using any other otpimization plugins ? As i do not see the Additional CSS in the <head> of your site ? November 8, 2022 at 12:05 pm #2406886 William I check, and I deactivated WProcket so now it should be okay. November 9, 2022 at 3:21 am #2407782 DavidStaff Customer Support Ok, so that CSS i gave is inside a @media query so its only affecting mobile. At the end of your CSS you will see: @media (max-width: 768px) { @media (max-width: 768px) { .post-image img { max-width: 100%; } a.read-more { float: right; } } Change that to: a.read-more { float: right; } @media (max-width: 768px) { .post-image img { max-width: 100%; } } Then it should work on all devices November 9, 2022 at 3:35 am #2407800 William Perfect, now it works 🙂 Thanks a lot David, have a great day! Kind regards, William November 9, 2022 at 5:31 am #2407978 DavidStaff Customer Support You’re welcome Author Posts Viewing 14 posts - 1 through 14 (of 14 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In