• Resolved sallysqueak

    (@sallysqueak)


    Hi

    Could someone please take a look at my site the house of dog . co . uk and see the way things have started sitting on the homepage beneath the ‘dogs with blogs’, ‘featured’, ‘overlooked rescue dogs’ and ‘dog stuff we love’ feeds. Things used to sit correctly, but now it’s like something has messed it up?

    I’m pretty sure (but not certain) that the titles of articles used to appear above the images, but I may be wrong there. But either way I just want to get everything sitting correctly again because at the moment it looks a bit of a mess.

    I have the following in my custom css;

    #topbanner #text-19 {
    margin: 10;
    position: absolute;
    top: 50px;
    width:680px;
    height:auto !important;
    right: 190px;
    }
    #topbanner #text-20 {
    float: left;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    }

    Would this be causing it, or something else?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    I just took a look at your website and the first thing I noticed was the ‘Share Box’ (?) plugin seems to be affecting the layout:

    Screenshot

    Might be worth a try to deactivate that plugin and see if it solves the problem.

    I was able to correct the layout issues (the ones that were obvious to me anyway) using this snippet of code:

    aside.home-feat-cat .apost .feat-right {
      margin: 0;
    }
    
    #wdsb-share-box.wdqs-inline {
      display: none;
    }

    You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.

    Cool site btw, I’m a big dog lover ??

    I hope that helps!

    Luke the Daft Duke

    Theme Author Richie KS

    (@rkcorp)

    i think you made some edit to template or css that cause this. the apost feat thumb should be at 100% width. try add this to theme option->custom css

    aside.home-feat-cat .apost .feat-thumb {width: 120px;}

    Thread Starter sallysqueak

    (@sallysqueak)

    Thank you both, even more weirdly, the issue seems to have corrected itself overnight? Perhaps it was the wordpress update which did it?!

    Anyway, if it happens again I will come back to this post and try these codes out.

    Thanks for your help! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Things not sitting right. Not sure why?’ is closed to new replies.