• Hi there,

    I can’t seem to find an answer to my Question and the theme developers do not help with custom codes, so any help would be appreciated. I’m a newbie at WordPress and CSS, but still, I want to figure out everything all by myself. I’m doing a rather oké job, except for this issue…

    My blog images are all 600 px wide, but my theme template has an 822 px width. So I used this code to fix that:

    div.entry-content.blog-single{
    width: 620px;
    }

    On the PC screen (after custom CSS), it looks wonderful… But, not so on a tablet or smartphone. The code made the blog lose all of its responsiveness.

    My question.. What can I do to fix this? What have I done wrong?

    Please help.
    The theme is Shopkeeper by Getbowtied.

    Thank you!

    without css

    the code

    How I want it to be

    loss of responsiveness

Viewing 1 replies (of 1 total)
  • We’re not supplied commercial products so would be unable to offer assistance, as per the Forum Welcome.

    If you’re defining a fixed width like 620px then it won’t be responsive at any width, you could try 100% and then defining a max-width of 620px perhaps?

    For assistance with this theme you would need to speak to the theme authors, who may or may not provide you with customizations for free.

Viewing 1 replies (of 1 total)

The topic ‘[shopkeeper] edited column width not responsive’ is closed to new replies.