Reduce the space between menu text and the slider

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Reduce the space between menu text and the slider

This topic is: Resolved

Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #2182

    יצחק לשר
    Participant

    I have a slider in the front page. I want reduce the space between its upper border and the menu text by doing:
    1. Reduce the header height or at list its padding bellow the menu items.
    2. Reduce the gap between the header and the slider.
    Is it possible and how?
    Thx

    #2187

    Boaz
    Keymaster
    This reply has been marked as private.
    #2196

    יצחק לשר
    Participant
    This reply has been marked as private.
    #2197

    Boaz
    Keymaster

    Did you add code to your child theme?
    If so, i need you to switch themes with the main one, in order to check more thoroughly.

    #2203

    יצחק לשר
    Participant

    Done

    #2209

    Boaz
    Keymaster

    I see you have changed something in there.
    You have replaced the slider with a widget area?

    #2215

    יצחק לשר
    Participant

    I tried to play around with it a a little but couldn’t fix it.
    I’ll get back to you when I’ll finish to restore the site to its original state.
    Thx

    #2219

    יצחק לשר
    Participant

    I restored the site to its original state.
    Regarding you comment I see bellow the “Main Slider” the following widgets:
    Posts
    Image
    Text
    Video
    Rext

    I don’t see them in the front end…
    I don’t know where they came from, but do you think I should dismiss them?

    #2223

    Boaz
    Keymaster

    Sorry, but I lost you a little bit 🙂
    Are we still talking about the slider issue?
    I tried to login to your admin panel, but it seems like the details i have are not valid anymore..

    #2224

    יצחק לשר
    Participant
    This reply has been marked as private.
    #2225

    Boaz
    Keymaster

    First of all, please update your theme (and preferably all of your plugins).

    Also, could you please tell me what changes did you do in you child theme?

    In order to check this i would need you to change your theme to the main one.

    #2227

    יצחק לשר
    Participant

    I updated everithing
    Here are the changes:
    In functions.php of the child I added the following(to increase speed)
    /*** Remove Query String from Static Resources ***/
    function remove_cssjs_ver( $src ) {
    if( strpos( $src, ‘?ver=’ ) )
    $src = remove_query_arg( ‘ver’, $src );
    return $src;
    }
    add_filter( ‘style_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
    add_filter( ‘script_loader_src’, ‘remove_cssjs_ver’, 10, 2 );

    I added some css as follows(my explanations follows with the code):
    /* enlarg search icon on menu */
    .fa-search:before {font-size: 15px;}

    /* responsive menu */
    @media (min-width: 767px) and (max-width: 1028px){
    body.rtl .sf-menu li {
    padding: .10%;
    }
    }

    /* top bar responsive */
    @media (min-width: 384px) and (max-width:767px){
    #top-bar .pull-left, #top-bar .pull-right {
    width: inherit;
    /* float: left !important; */
    }
    }
    /* copy right font size */
    .pull-left-copyright{
    font-size: 1.5em;
    }

    .pull-right-copyright{
    font-size: 1.5em;
    }

    /* align addresses in purchase order */
    div div address {
    clear: right;
    }

    /* eliminate related products distortion when there are 4 related */
    ul.products li:nth-child(3) {
    float: left !important;
    }

    /* adjust my addresses editing in my account endpoint */
    .woocommerce-Address a {
    float:right !important;
    }

    .woocommerce-Address h3 {
    float:none !important;
    }

    #2228

    Boaz
    Keymaster

    Can you change the theme back to the main theme so we could have a look?

    #2231

    יצחק לשר
    Participant

    I have exchanged…

    #2232

    Noa
    Keymaster
    This reply has been marked as private.
    #2233

    יצחק לשר
    Participant

    I can see that you’ve inserted the WC store into the page, in what way did you do so?
    I simply defined in Woocommerce that this page is the shop
    here is the corresponding settings:
    Shop & Product Pages

    Shop Page #10 (no title)

    Secondly, did you insert any coding into the theme’s files?
    Yes, as I pasted above but only in the child theme

    #2234

    Noa
    Keymaster
    This reply has been marked as private.
    #2236

    יצחק לשר
    Participant

    Thx Noa
    So what is the solution?
    Shana Tova

    #2238

    Boaz
    Keymaster

    The design of a shop page derives from WOOCOMMERCE.
    You can not design it as you design a regular page.
    Unfortunately, there isn’t a built-in way to solve this issue without editing the code (and we can’t offer a custom code for it..)

Viewing 19 posts - 1 through 19 (of 19 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.