Home Forums Air WordPress Theme Responsive windows issues title overlaps

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27304
    MarieRath
    Participant
    Purchased
    Expired

    Hello,

    I am currently using the Air theme for a website, and although I’m very satisfied with it, I have a few issues that I hope you might help me fix. I should add that I have little knowledge in web development, and CSS is mostly foreign to me.

    There are two main problems :

    — When I open the front page (a static page with a simple image on it) on Chrome, the bottom page copyright appears to have rolled behind the picture (it works fine on Firefox). My monitor has a 2880×1800 px resolution.
    Screenshot 1

    — On the same front page, when I resize the window horizontally, the website title moves to strange places and overlaps with the image. Screenshot 2

    Any chance there is a simple fix for these issues ?

    Thank you

    PS : You can check it out there by yourself : http://www.charlottehayet.fr

    #27305
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi there,
    Welcome to SeaTheme forum.

    1. Please go to Appearance>Theme File Editor, edit custom.theme.js (refer to the screenshot ), find line 2008:
    themeData.fnFooterFixed();
    update as:

    setTimeout(function(){
    	 themeData.fnFooterFixed();
    },20)

    2. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”

    @media (max-width:1100px) and (min-width:768px) {
     .logo-h1 {
        font-size: 24px;
     }
      #navi-header>div>ul>li {
        margin-left: 14px;
     }
     #navi-header a {
        font-size: 12px;
     }
    }

    ps: please clean the browser cache to test webpae.


    Regards!
    SeaTheme – FAQsWordPress CustomizationFacebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.