Easy CSS help. DRIVING ME CRAZY

Kyuske

Junior Member
Joined
Aug 21, 2011
Messages
158
Reaction score
47
Hi guys, by now you should know that your 85yo grandmother knows CSS better than I do.

I come to you again for a quick and easy fix.

Question of the day is:

How do I remove the camel image from this page so that the articles show up on top?

Code:
https://demo.tagdiv.com/newspaper_travel/

Sorry for being such a noob.

Thank you
 
That's a bit rude, but should work:

Code:
.td-travel .td-travel-header {
height: 330px;
}
.td-travel .td-travel-header>div {
display: none;
}
.td-travel .td-travel-header:before {
display: none;
}

Let me know :)
 
That's a bit rude, but should work:

Code:
.td-travel .td-travel-header {
height: 330px;
}
.td-travel .td-travel-header>div {
display: none;
}
.td-travel .td-travel-header:before {
display: none;
}

Let me know :)

I love you.;)

Is there such a quick fix for widening the content from 696px to 728px ? I hope I'm not asking for too much:(
 
I love you.;)

Is there such a quick fix for widening the content from 696px to 728px ? I hope I'm not asking for too much:(

You're welcome :)
Which content? I don't see this size.
 
Back
Top