Forum Replies Created
-
AuthorPosts
-
dfwrgjeffParticipant
I had the block removed but I deleted that page – I ended up creating a blank page by using a custom theme for the page. I found the instructions here: http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/ – thanks
dfwrgjeffParticipantWhat country are you in? We block ip’s from certain areas. I can see if we can remove the block
dfwrgjeffParticipantI still cannot seem to reduce the space below the featured content boxes and the space above the body. http://1sourceapartments.com/ – is that as far as they will move?
dfwrgjeffParticipantThat was the problem and it works now thanks – also I have tried changing the font color but the html doesnt work. How do I change the appearance to a darker color or at least show as a hyperlink?
dfwrgjeffParticipantI tried and it in that location and it wouldnt show up – not sure why
dfwrgjeffParticipantThank you that fixed the menu. When I added the phone to the top header it moved everything down. Is there are way to justify it right and not move the title and image down?
dfwrgjeffParticipantOk thanks I see that controls the space above the content boxes – how about below them? It’s the space above HOME where the video is located I want to reduce.
dfwrgjeffParticipantsite is now live at http://1sourceapartments.com/
Ok thanks that worked I also was able to reduce the margin using
.site { margin-top: 10px; }Ok #site-logo, #hgroup { padding-top: 50px; } is the spacing above the logo
The other area is the content boxes have text below them and then there is a large gap before you read the page title – I would like to reduce that gap
Thanks
dfwrgjeffParticipantGreat thank you – how do you lower the padding between the logo/title and the menu? I am using the secondary menu and have disabled the main menu. I would also like to reduce the spacing between the content boxes and the page information. Thanks
dfwrgjeffParticipantI added that code but it doesnt work for me – does it matter if I have other code in the custom CSS section?
dfwrgjeffParticipantI was able to add: padding-top: 30px; to the following and it moved it down
#site-title {
font-size: 36px;
font-size: 3.6rem;
font-weight: bold;
line-height: 1.6;
padding-top: 30px;
}dfwrgjeffParticipantOn my site http://1sourceapartments.com/wordpress/ I would like to bring the website title down lower in relation to the logo. What code would I put is custom CSS?
dfwrgjeffParticipantOk I upgraded to the pro version and have some more questions – I will post them in that forum thanks
dfwrgjeffParticipantI changed the following and it justified the menu to the left
}
#secondary-menu ul.menu {
list-style: none;
text-align: center;and changed it to:
}
#secondary-menu ul.menu {
list-style: none;
text-align: left;Still haven’t found the spacing around the title yet
dfwrgjeffParticipantGreat thanks for the quick response – that worked – 2 questions now:
1. I am going to upgrade to the premium account – will that change any of my formatting? Will I have to redo any content?
2. How do you edit the spacing and margins for the Title? I looked in the CSS file but didnt see the section to edit.
Thanks
-
AuthorPosts