badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change margin and padding in various sections

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2891
    Derek
    Participant

    For example, reducing the blank space above and below the slider on “homepage”

    Also, is there a way to search the forum vs. going through each page?

    #2911
    Derek
    Participant

    here is the site, which is my first wordpress site. currently hosted at http://www.howsthislook.com

    I am trying to figure out how to reduce the large margin above the slider and below the menu

    #2918
    Sanjip Shah
    Participant

    @yflyjump You could do two things. First one is: It looks that you are using the rev slider with the help of shortcode and putting it in content of the home page. Instead you could remove that shortcode from content of the home page. Then in the dashboard, go to Appearance->Theme Options->Slider Options Tab-> Slider Options bar. Enable the slider and check on the ‘Revolution Slider’ option. Then just below you will see the Revolution Slider Options bar. Select the rev slider that your created, check on ‘Display on home page’ option. Then click on ‘Save all Changes’. This is a better a way to do it.

    Other one is: You could use custom css option to remove the extra white space above the slider. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
    .home #main { padding-top: 0px; }

    Hope this helps. And about the search in our forum, we will be adding it soon.

    #2938
    Derek
    Participant

    Thanks used your code and worked great. What is the advantage of using your first suggestion?

    #2991
    Sanjip Shah
    Participant

    @yflyjump We have integrated the rev slider within the theme for the header part. If you follow the first suggestion then you will have more options like to show it in home page or some other pages as well, adding there page ids only.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.