This topic has 4 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
I wanted to change a few things
1) I wanted to remove the Language and currency symbol from the top left corner (on top bar)
2) There is too much space between the header menu and the slider on my home page. I would like to know how to remove that spacing?
Hello,
1) Go to Appearance > Widgets > add the empty text widget to the Left side top bar widget area.
2) Go to Pages > edit your home page > edit the first row and remove the padding-top that you added for your row http://prntscr.com/sfheh5
Regards
Hi
Thanks olga, the first point got sorted.
Can you help me with the 2nd point? I removed the padding in the row settings but still there’s a gap between the header menu and the slider.
Hello,
Add this code in Custom CSS for page area
.page-content {
margin-top: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up