This topic has 17 replies, 5 voices, and was last updated 9 years ago ago by Eva Kemp
hello how to i decrease the padding between widgets on the home page?
as you can see here on the demo
there is not a lot of padding between the widget however i have a bunch
Hello cmsmi18,
please show on screenshot what results do you want to achieve and we will provide you with needed code.
Regards,
Stan Russell.
hello stan thanks for your response
i am unsure how to attach a screen shot but as as you can see here on this link of the demo there is not a lot of white space between rolls, i would like to decrease the white space between the profooter and the last roll/widget i added
and while i have you, can you tell me why my custom registration page isn’t working
it is steadily asking for a valid email address
Hello,
1) You can use Lightshot programm to make screenshot.
Do you mean this place? http://prntscr.com/91ua88
2) Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Wow just learned something new thanks! I have the program
-I want to decrease the white space between my tv photos and the profooter? I would also like to know for future reference because when i add rows to my customized pages there is a large white space there.
please see this photos:
http://prntscr.com/9200pn
-My registration on my custom register page is not working it keeps showing invalid email
-Also how do i get the FAQ, CONTACT LINK in my top header bar as shown in the header options on wordpress
http://prntscr.com/9201we
http://prntscr.com/9203gq
-How do i get the columns about the Rev slider as seen on the demo
http://prntscr.com/9202zj
Hello,
1. Please use this code in custom.css file:
.page-content {
margin-bottom: 0px;
}
How to create custom.css you can watch in this tutorial.
2. I was able to register myself on your site. Please check if the email or username that you’re using already exists in wp-admin panel > Users section.
3. You need add the code with needed links to Text widget and place it in “Place in header top bar” area in Appearance > Widgets.
4. Add this code in Text element in Visual Composer editor in your home page:
<div class="custom-info-wrap">
<div class="custom-info-block a-left"><a href="#">Do You Have Any Question? Contact Us</a></div>
<div class="custom-info-block a-center"><a href="#">Get 15% Off When You Spend Over $100</a></div>
<div class="custom-info-block a-right"><a href="#">Free Shipping! All Orders Over $199</a></div>
</div>
Regards,
Eva Kemp.
i have also added the code to the Custom Css to reduce the white space and it is still the same amount
in regards to your answer to #3 what is the code that needs to go in the top bar, I have tried that and nothing appears in the top bar
#4 i have tried to add it with the visual editor and i cannot add anything above the rev slider, so i delete the rev slider to try it and basically the home page would disappear and i cannot add anything with the visual editor
i have figured ou the issue with the visual editor so please disregard my response to #4 but now i need to know how to decrease the padding between the slider and the links i have added above it
also i have tried to register on the website and it is still not working, you may not have registered on the custom register page, this is where the issue is.
Hello,
As I see registration page is working fine and I was able to register:
http://storage3.static.itmages.com/i/15/1113/h_1447401728_8823051_cf11a9eafe.png . Please note when you check Register page you need to be logged out of your WP Dashboard.
Best regards,
Jack Richardson.
Thanks can you assist with my other questions
Hello cmsmi18,
please list all remaining problems here.
Regards,
Stan Russell.
-I want to decrease the white space between my tv photos and the profooter? I would also like to know for future reference because when i add rows to my customized pages there is a large white space there.
please see this photos:
http://prntscr.com/9200pn
-Also how do i get the FAQ, CONTACT LINK in my top header bar as shown in the header options on wordpress
http://prntscr.com/9201we
http://prntscr.com/9203gq
-How do i get the columns tab
out the Rev slider as seen on the demo
http://prntscr.com/9202zj
and when i do add the columns i get a white space in between the column and the rev slider how do i remove it
Hello,
1. Go to Pages > edit your home page > in VC editor select edit row as shown on the screenshot http://prntscr.com/92l6du > Design Options > set -35px
in margin-bottom section http://prntscr.com/92l6vh
2. You need to enable option “Enable languages area” in Theme Options > Header. After that add text widget with needed content in Appearance > Widgets.
3. In VC editor add “Row” element and place “Text block” into it. For the text block add the following code as shown on the screenshot http://prntscr.com/92lb55 :
<div class="custom-info-wrap">
<div class="custom-info-block a-left"><a href="#">Do You Have Any Question? Contact Us</a></div>
<div class="custom-info-block a-center"><a href="#">Get 15% Off When You Spend Over $100</a></div>
<div class="custom-info-block a-right"><a href="#">Free Shipping! All Orders Over $199</a></div>
</div>
and when i do add the columns i get a white space in between the column and the rev slider how do i remove it
You can decrease margins for your blocks as described in the 1-st point.
Best regards,
Jack Richardson.
THANK YOU!!!!!!!!
what is the code that would need to go into the top header bar ?
DISREGARD i found it
Hello,
We’re glad you managed to resolve the issue.
Have a great weekend!
Regards,
Eva Kemp.
The issue related to '‘Padding between widgets on home page’' has been successfully resolved, and the topic is now closed for further responses