• Resolved sabrina-schmitz

    (@sabrina-schmitz)


    hello i just updated to the most recent version of wordpress. I don’t know which one it is now. Your theme is great but i do have a few problems viewing the post on the home page. The first row displays fine but the second line is messed up and all over the place.

    https://www.xgcglobal.com

    1. Is there anyway how I can fix this that it displays nice and neat?
    2. The parralex button shall link to one of my pages. What is the coding i have to add (and where) into the text field box to direct it to the correspondent page?

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tanay

    (@tanaykhandelwal-1)

    1. All things seems fine on your site. It happens itself or you have done anything please let know others so that they can also get solution if found the same issue.

    2. In the parallax content add the url in place of javascript:void(0)

    <a class="skt-ctabox-button" href="javascript:void(0)">Demo</a>

    Thread Starter sabrina-schmitz

    (@sabrina-schmitz)

    thank you for the link answer, although the display on the pc is all fine and phone also…the i pad mini displays wrongly, out of place… still ??
    i could add a screenshot but i don’t know how

    Tanay

    (@tanaykhandelwal-1)

    Use below css in custom css plugin or Child_Theme

    @media (min-width: 768px) and (max-width: 1024px) {
      #front-content-box .span4{
        min-height: 416px;
      }
    }
    @media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
      #front-content-box .span4{
        min-height: 340px;
      }
    }

    Mark ticket resolved if you get the solution.

    Regards,
    Tanay Khandelwal

    Thread Starter sabrina-schmitz

    (@sabrina-schmitz)

    YES! Fantastic!! That fixed it!!Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘post I pad retina vision is wrongly displayed’ is closed to new replies.