Pages have different layout setting

Hello,

I have a question with regards to my website - www.firemillionaire.com

The Home page, Contact us, and About page all have different sizing. Meaning that the content, side bar are all difference sizes. This affects the sidebar font size to differ.

How can I make it the same throughout all the pages? Please see picture below for comparision.

Hi Eric,

Thanks for writing in!

You have having this issue because you have added a custom css:

.x-main .widget{
   margin-top:5px;
}

To resolve your issue, please have the code updated and use this instead:

.x-sidebar .widget{
   margin-top:5px;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.