Content on Master Page won't completely right-align

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
ktbCA57
Sr. Propeller Head
Posts: 483
Joined: Wed Feb 04, 2009 7:45 am

Content on Master Page won't completely right-align

Post by ktbCA57 »

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!
You do not have the required permissions to view the files attached to this post.
AlexFox
Sr. Propeller Head
Posts: 241
Joined: Thu Oct 19, 2017 1:56 am

Re: Content on Master Page won't completely right-align

Post by AlexFox »

You should probably share the markup (code) and any CSS rules you have if you want people to diagnose the issue :)
ktbCA57
Sr. Propeller Head
Posts: 483
Joined: Wed Feb 04, 2009 7:45 am

Re: Content on Master Page won't completely right-align

Post by ktbCA57 »

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.
robdocsmith
Sr. Propeller Head
Posts: 263
Joined: Thu May 24, 2018 3:11 pm
Location: Queensland, Australia

Re: Content on Master Page won't completely right-align

Post by robdocsmith »

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
AlexFox
Sr. Propeller Head
Posts: 241
Joined: Thu Oct 19, 2017 1:56 am

Re: Content on Master Page won't completely right-align

Post by AlexFox »

Perhaps paste it into a Github gist?
ktbCA57
Sr. Propeller Head
Posts: 483
Joined: Wed Feb 04, 2009 7:45 am

Re: Content on Master Page won't completely right-align

Post by ktbCA57 »

AlexFox wrote: Tue Nov 05, 2024 2:11 am Perhaps paste it into a Github gist?
A GitHub tool can diagnose issues with Flare?
ktbCA57
Sr. Propeller Head
Posts: 483
Joined: Wed Feb 04, 2009 7:45 am

Re: Content on Master Page won't completely right-align

Post by ktbCA57 »

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
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!
AlexFox
Sr. Propeller Head
Posts: 241
Joined: Thu Oct 19, 2017 1:56 am

Re: Content on Master Page won't completely right-align

Post by AlexFox »

ktbCA57 wrote: Tue Nov 05, 2024 8:39 am
AlexFox wrote: Tue Nov 05, 2024 2:11 am Perhaps paste it into a Github gist?
A GitHub tool can diagnose issues with Flare?
No I meant paste your code into a gist so we can read it, but it seems you've fixed the problem?
Post Reply