• Hi There,

    In checking in on my blog tonight, I noticed that the outward appearance is suddenly completely off. Forgive me if I am not using the best terminology…But I think it is easy to see that there used to be a space between the menu bar and the first post, which is now missing; my logo is getting cut off as a result. My gallery images are no longer aligning properly either, falling short of the post width. Lastly, the date on each post is now showing differently than it did previously to include the “posted by jjbegonia”, which I would prefer not to have.

    https://jjbegonia.com/

    I have read the troubleshooting instructions, and deactivated/reactivated all of my plugins and the appearance is still off. I would appreciate any and all assistance. Thank You so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The first thing i Notice is that your blog is not Mobile friendly!

    and 2nd thing i am not seeing any reported issue

    so check again after deactivating all plugin and refresh page 2-3 times

    Bukge is right, your site is not mobile friendly. Concerning the logo and the space between the nav and first post:

    You will have to implement these edits on CSS

    #container {
        padding-top: 20px;
    }
    
    #primary {
        padding-top: 30px;
    }

    I suggest you first install Simple Custom CSS plugin where you can implement the edits. For the date and author, it maybe from your theme’s options. Kindly review it. Otherwise, you will have to tweak the codes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery Images Displaying Incorrectly, Alignment Off, and Header Missing’ is closed to new replies.