Please Help……..!

Posted in: Newspaper
Post count: 2

I Need two things…really simple but I can’t solve my issues.

1 ) I need a full width image as follows starting from a static image
http://distilleddistrict.com/wp-content/uploads/2016/02/2fullscreenimage.jpg

2) I really need to reduce the white frame as follows
http://distilleddistrict.com/wp-content/uploads/2016/02/1borders.jpg

please help me

Post count: 23312

Hello Woozoo,

1)Please ensure that you use the full image size when you add your image like this -> http://screencast.com/t/nAWzXa4vz and if you want to be bigger, you have to use a bit of CSS to increase the width or height for each image. Below I gave you an example for a featured image from default post template.

.td-post-template-default .td-post-featured-image img {
width: 900px;
height: 400px;
}

2) If you want to reduce that vertical space, you have to decrease the width of the td-outer-wrap container. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-boxed-layout #td-outer-wrap {
width: 1116px;
}

The result -> http://screencast.com/t/0T2gpO9V

If is not what you mean, please provide more details about your desired changes.

Thank you for the message!

Post count: 16

I’m trying to reduce the white frame too but the code doesn’t work.
Any suggestion?

Post count: 23312

Hello ErikaGherardi,

If you want to remove that white spaces, you have to reduce the width for the outer-wrap container. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-boxed-layout #td-outer-wrap {
width: 1075px;
}

The result you should see here -> http://screencast.com/t/3HfPULSxm

Thank you for the message!

Post count: 16

It doesn’t seem to work.
http://s11.postimg.org/5aicj5unn/boxed.jpg

Can it be a skin ad problem?

Post count: 23312

Hello ErikaGherardi,

Please try to add the !important tag for your code for a more accurate precision. If the code still does not apply, please provide your website URL so I can further inspect it closer and so I will be able to provide a more accurate response.

Thanks.

Post count: 16

I added the !important tag but nothing changed.
Here’s the URL: http://www.gamesprincess.it/

Post count: 23312

Hello ErikaGherardi,

I have checked your website and I saw that you do not have the background image -> http://screencast.com/t/dSPIOoaW Please notice that the code that I gave you above it apply only if your layout of the page is boxed. Please provide the specific link where you have a background image so I can inspect it closer.

P.S Here -> http://screencast.com/t/rzi3jUQqBp you can see an example for our demo preview.

Thank you for the message!

Post count: 16

The skin ad is active. I see it both in homepage and in the posts.
Please note it’s a script, not a background image.

I don’t see the ad in the header too. Maybe you have adblock or something like that enable?

Post count: 23312

Hello ErikaGherardi,

I have checked your website and I saw that you are using a caching plugin and therefore, your page is cached and I cannot see your latest setup for your page. Please clear all cache and test it again. If you need more assistance in this regard and you are not aware to accomplish this problem, please preparing your page as you want to display and send us an email to contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect your setup page. Also, please provide the link to this topic so we can know who you are and what the issue is.

Thank you for your understanding!

Post count: 1

Dear Catalin,
I just send you an email.
Hope you can help us.
Thanks! 🙂
Fjona

Post count: 23312

Hello fjonacakalli,

I replied you via email.

Thank you for your understanding!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.