• Tina Shaw

    (@christinashaw)


    The update broke my main page slider, too. And you can only get to the menu on the desktop by clicking the semi-visible (it’s hidden behind the photoboxes) menu lettering that you see. The mobile version has NO menu option at all on the main page now.

    Theme Version 1.3

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tina Shaw

    (@christinashaw)

    Windows 7 SP1, Chrome variant

    Android smartphone – Samsung Galaxy Note 5/Chrome

    Hi Tina, I used CSS code to lower those 4 photoboxes so the menu can be seen on other pages. Homepage has no problem as there is the slider. Strange enough header image is not be seen on other pages even if you set the header image on settings. So here is the code to lower 4 boxes

    #services-box {
    	width:21.5%;
    	 height:auto;
    	 display:inline-block;
    	 float:left;
    	 margin:0 2% 0 0;
    	 padding:1% 1%;
    	 position:relative;
    	 -webkit-box-shadow: 0 0 5px 0 #bdbdbd;
    	 box-shadow: 0 0 5px 0 #bdbdbd;
    	 top: 5px;
    	 z-index:9999;
    	 background-color:#ffffff;
    	}

    top: 5px; is originally -35px, so changing it does the trick

    cheers

    mrblues

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photolite update broke parts of my site’ is closed to new replies.