- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Disco Dancer – Front Page Section Margins Mobile Display
Hi – is there a simple way to adjust the top and bottom margins on the front page sections on a mobile device?
On a computer screen I like the amount of space in the top & bottom margins, but on a phone I’d prefer a little less space in the margins.
thanks
Hi,
Kindly go to Appearance>>Customize>>Basic>>Scroll down to find Custom CSS and paste there:
.nivo-controlNav { bottom:120px !important;}
@media screen and (max-width:479px) {
.nivo-controlNav { bottom:0 !important;}
}
Regards,
Chris
Hey Chris, this looks like the same code for my other enquiry about adjusting position of slider pagination dots.
See your reply #78895
What I’d love to do is adjust the sizes of the top and bottom margins in front page sections on mobile devices
thanks, Stephen
Hi Stephen,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
Chris
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]