- Posts: 10
- Thank you received: 0
Hot Golf Page
-
bruce
Inactive member - Topic Author
- New Member
Less
More
9 years 8 months ago #44810
by bruce
Hot Golf Page was created by bruce
Hello again,
I was wondering if there is a way to remove some of the gap between a page selection and the top of the webpage. Take a look at the attachment. When I open a page from my top menu you can just see the topic of the page at the bottom of the screen. My website is www.intimidatorgolfcourse.com/
If I could move it up just a bit, I believe it would be nicer to look at.
Thanks again
I was wondering if there is a way to remove some of the gap between a page selection and the top of the webpage. Take a look at the attachment. When I open a page from my top menu you can just see the topic of the page at the bottom of the screen. My website is www.intimidatorgolfcourse.com/
If I could move it up just a bit, I believe it would be nicer to look at.
Thanks again
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago - 9 years 8 months ago #44815
by ivan.milic
Replied by ivan.milic on topic Hot Golf Page
In your template folder \ css find file template_css.css find property for class bottom row, line like this
.bottomrow{
and edit it to be like this
so comment or delete padding-top, or change it to value you want.
.bottomrow{
and edit it to be like this
Code:
.bottomrow {
background: url(../images/custom/grass3.jpg);
color: #ffffff;
font-size: 14px;
padding-bottom: 286px;
/* padding-top: 70px; */
}
so comment or delete padding-top, or change it to value you want.
Last edit: 9 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
-
bruce
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
9 years 8 months ago #44826
by bruce
Replied by bruce on topic Hot Golf Page
Hi Ivan,
I changed the padding-top from a value of 3px to a value of 300px and didn't notice a change. It's like there is a header or something in the way.
Thanks Bruce
I changed the padding-top from a value of 3px to a value of 300px and didn't notice a change. It's like there is a header or something in the way.
Thanks Bruce
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44827
by ivan.milic
Replied by ivan.milic on topic Hot Golf Page
Try to put
padding-top: 70px!important;
and see if it changes.
padding-top: 70px!important;
and see if it changes.
Please Log in to join the conversation.
-
bruce
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
9 years 8 months ago #44832
by bruce
Replied by bruce on topic Hot Golf Page
No change by adding !important;
Bruce
Bruce
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44835
by ivan.milic
Replied by ivan.milic on topic Hot Golf Page
In template_css.css
.mp_topmenu .cell_pad {
margin-top: 30px;
}
cahnge margin-top: to 0
.mp_topmenu .cell_pad {
margin-top: 30px;
}
cahnge margin-top: to 0
Please Log in to join the conversation.
Time to create page: 0.221 seconds