Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #117620
    Mmariaperlo
    Participant

    Hi,

    I have a new web and I would like to reduce the black area around the banner photo, also I would like to reduce the width of the menu.
    This is my new web
    2016.ibcg.es
    and I want it as the oldest one
    2015.ibcg.es
    Thanks a lot!

    #117646
    Mahesh
    Keymaster

    @mmariaperlo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #headimg {
        margin-bottom: -25px;
    }
    
    #header-content {
        display: none;
    }
    
    #site-header-menu, 
    #main-slidler {
    	display: none;
    }
    
    #primary {
    	width: 73%;
    }
    
    #secondary {
    	width: 23%;
    }

    Regards,
    Mahesh

    #117792
    Mmariaperlo
    Participant

    Hi,

    I did it, but it doesn’t reduce neither the banner or the menu.

    Thanks

    #117822
    Mahesh
    Keymaster

    @mmariaperlo: I’ve edited the above CSS please check. The menu width is working fine, its reduced than previous.

    Regards,
    Mahesh

    #117824
    Mmariaperlo
    Participant

    And how do I do that?

    #117825
    Mahesh
    Keymaster

    @mmariaperlo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and replace

    #headimg {
    	margin-top: -95px;
    	margin-bottom: -15px;
    }

    with

    #headimg {
        margin-bottom: -25px;
    }
    
    #header-content {
        display: none;
    }

    Regards,
    Mahesh

    #117955
    Mmariaperlo
    Participant

    Thanks a lot! It’s working!!!

    #118019
    Mahesh
    Keymaster

    @mmariaperlo: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/simple-catch/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Mahesh

    #118038
    Mmariaperlo
    Participant

    Hi,
    It´s me again…
    I am trying to change the color of the tittles from orange (eea034) to Pink
    (d81c68), but even I change the CCS, it doesn´t change
    and the text I tryed to change it from blue (404490) to green (1a5328) and I got it, but when it´s bold, stays blue.
    http://www.ibcg.es

    Can you help me again?

    Thanks!

    #118039
    Mmariaperlo
    Participant

    I fix the problem with the bold, so I just need help with the tittle colors

    #118072
    Mahesh
    Keymaster

    @mmariaperlo: Your site is currently under maintenance. Let me know further and please specify which text too.

    Regards,
    Mahesh

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Banner header and menu size’ is closed to new replies.