5 replies [Last post]
pauly24
pauly24's picture
Offline
newbie
Melbourne
Last seen: 6 years 5 weeks ago
Melbourne
Timezone: GMT+11
Joined: 2016-05-02
Posts: 7
Points: 12

In my wordpress theme there are a couple of templates, there's this one which I like for my desktop site:
https://www.vividoelectronics.com.au/

But when it goes to mobile the background is too zoomed in.

There's another template https://www.vividoelectronics.com.au/led-lcd-tvs-old/ that when it goes to mobile the background is better.

How can I make the first one mobile background look more like the second one?

I hope this makes sense, thank you.

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

Did you not try...

my answer to your first post?

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.

pauly24
pauly24's picture
Offline
newbie
Melbourne
Last seen: 6 years 5 weeks ago
Melbourne
Timezone: GMT+11
Joined: 2016-05-02
Posts: 7
Points: 12

Hi Gary, that worked with the

Hi Gary, that worked with the second template, but now that I'm using this other template it doesn't help.

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

OK, where?

You have this:

	Size	Uncompressed Size
1 Document	8 KB	78 KB
7 Images	183 KB	183 KB
0 Objects		
31 Scripts	829 KB	829 KB
36 Style Sheets	1418 KB	1418 KB
75 Files	2438 KB	2508 KB

Where is the background declared? In which of the 36 style sheets or perhaps the 31 scripts is the background bound to which element? Or, are you trying to use javascript to fiddle-faddle around resizing and positioning the image?

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.

pauly24
pauly24's picture
Offline
newbie
Melbourne
Last seen: 6 years 5 weeks ago
Melbourne
Timezone: GMT+11
Joined: 2016-05-02
Posts: 7
Points: 12

Hi, At the moment I haven't

Hi,

At the moment I haven't done any customization, its just wordpress framework, with the shopkeeper theme (http://shopkeeper.getbowtied.com/)

and the visual composer plugin (https://vc.wpbakery.com/)

The template for that page is one of the standard templates from the visual composer plugin.

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

Given that these are both

Given that these are both paid packages, have you taken your question to either vendor? Given that all WP theme/plugin packages are poorly coded, and that these rank pretty high on the crap pile, I'd go there first. Frankly, it is not at all a reasonable to maintain set of code. The css files alone are about 30 times as large as a sane set of style declarations. (See my sig line)

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.