• Resolved akacruiseman

    (@akacruiseman)


    Well, my friend, I think I did something again.
    Theme Latest Version
    In Chrome (latest Version)
    1 – First Page has moved left
    2 – Second & Third pages (Portfolio & Customizing) bounce

    In Firefox (Latest Version)
    1 – First Page has moved left
    2 – All pages the navigation area at the top seems to move(?) when changing pages.

    Thanks,
    Jim

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi @akacruiseman

    I tried it on my site, but I could not reproduce the problem.

    If possible, please let me know the page where the problem is occurring

    Note
    I do not know if it will lead to a solution to the problem, but I will inform you of the points I found.

    https://www.theplacetogo.com

    The homepage is left-justified, is this the intended behavior?

    I feel the possibility that your 58357.css and Raindrops CSS are conflicting.

    58357.css

    
    [class*='col-'] {
    	float:left;
    	min-height:1px;
    	padding-right:20px;
    }
    

    This style affects the Raindrops body.rd-col-1 class.

    [class*='col-'] maybe hit .something-col-anything.

    if you need affects .col-anything

    It might be good to choose this [class|='col']

    [class|='col'] is not affects rd-col-1

    [class|='col'] is affects col ,col-something, col-something-anything.

    [class*='col'] is If that character exists in part of the class name, it hits all of it

    Thank you

    • This reply was modified 7 years ago by nobita.
    Thread Starter akacruiseman

    (@akacruiseman)

    I thought it was one of the plugins because it was the only one referring to the snippet you posted. It was disabled and deleted but I am still stumped on the Left Justified.

    Thanks,
    Jim-

    Theme Author nobita

    (@nobita)

    Again, I looked into your site

    I newly found the css of the same style.

    
    /*
      Simple Grid
      Project Page - https://thisisdallas.github.com/Simple-Grid/
      Author - Dallas Bass
      Site - https://dallasbass.com
    */
    

    Even now, if you continue to use for contents this style sheet,

    please change from [class*='col-'] to [class|='col']

    Thank you.

    Thread Starter akacruiseman

    (@akacruiseman)

    Nobita,
    Thank you so much for your assistance.
    I found it and until I can fix it I have disabled that plugin.

    Your patience and assistance are greatly appreciated.

    Jim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Static Front Page moves left’ is closed to new replies.