Hi,
I have some content (actually a snippet) that I need to have appear on EVERY page that uses a particular master page. I need that content right-aligned under the toolbar proxy that's there. However, while I can get the content to appear right aligned to the actual content of the page, it will not right-align all the way...
I've looked at the skin... I can't figure out why this won't push all the way to the right...
it's html side nav.
TIA!
Content on Master Page won't completely right-align
Content on Master Page won't completely right-align
You do not have the required permissions to view the files attached to this post.
Re: Content on Master Page won't completely right-align
You should probably share the markup (code) and any CSS rules you have if you want people to diagnose the issue
Re: Content on Master Page won't completely right-align
Thanks, Alex...I hadn't considered that because I thought it was just something simple that wasn't obvious to me but obvious to others... this site won't allow me to attach the pages as txt files - it's reading them as "attack vectors"... I can copy and paste the code here, but that's an awful lot of code to get thru. Since it's nothing obvious, I'll just keep trying to figure it out. Thanks.
-
- Sr. Propeller Head
- Posts: 264
- Joined: Thu May 24, 2018 3:11 pm
- Location: Queensland, Australia
Re: Content on Master Page won't completely right-align
Use the browser Inspection tool to inspect the elements in your output and see where the extra margin/padding might be being applied. There's so many options that it's difficult to diagnose from outside of your environment. I'd be looking at the interactions between paragraphs, table cells, divs, spans or whatever elements you are using to align those letters on your masterpage. Or even perhaps the overall body element has a padding in it.
Rob
Rob
Re: Content on Master Page won't completely right-align
Perhaps paste it into a Github gist?
Re: Content on Master Page won't completely right-align
A GitHub tool can diagnose issues with Flare?
Re: Content on Master Page won't completely right-align
THANKS, ROB! This gives me a few bits and bobs I hadn't considered checking before! Funnily enough I inspected elements for a different issue not long ago and got it solved.. I hadn't considered doing that here... THANK YOU!robdocsmith wrote: ↑Mon Nov 04, 2024 2:34 pm Use the browser Inspection tool to inspect the elements in your output and see where the extra margin/padding might be being applied. There's so many options that it's difficult to diagnose from outside of your environment. I'd be looking at the interactions between paragraphs, table cells, divs, spans or whatever elements you are using to align those letters on your masterpage. Or even perhaps the overall body element has a padding in it.
Rob