Home Forums WoodMart support forum Some littles pb

Some littles pb

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #331427

    dweb360
    Participant

    Hello
    I’m using a one page anchor menu (please see image1)
    1) When I click on a mnu item, i’m redirected to the good section but there is an extra space, I’m not close to the section title. How to reduce it?
    2) For my second title (please see image2): SAS de commissaires aux comptes
    I have a line on the right and on the left, but it is not well displayed on android phone
    Is it posible to add it as CSS or another way?
    3)Is it possible to have POP Up image as attached (please see image3)
    4)I don’t have a logo, is it possible to arrange mobile view as in image4?

    Thank you very much

    Attachments:
    You must be logged in to view attached files.
    #331616

    Hello,

    1. Please, provide your site admin access (insert the site credentials into the Private content block under the message area).

    2. We will check this issue as well as soon as we get the access.

    3. In order to have the popup image, you will need to add a popup widget, and insert the image here: https://xtemos.com/docs/woodmart/widgets/

    4. Please switch to the mobile view of the header builder, remove, and add the elements as per your needs: https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/ and https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Best Regards

    #331620

    dweb360
    Participant

    Please find here the access to the backend
    Thank you in advance

    #332019

    dweb360
    Participant

    Hello
    I tried differents solutions but can’t reduce offset space!

    
    :target {
        display: block;    
        position: relative;     
        top: -100px;
        visibility: hidden;
    }

    Thank you for your help

    #332053

    Hello,

    Sorry for the delay.

    1. Please add this code to the functions.php of the child theme:

    add_filter(
    	'woodmart_one_page_menu_offset',
    	function() {
    		return 0;
    	}
    );

    2. Section has the border options working in this way: https://prnt.sc/1zn3qh7 https://prnt.sc/1zn3w8s.
    If you need to change the tag, the Elementor widget also has this option: https://prnt.sc/1zn3x91

    If you have any questions please feel free to contact us.

    Best Regards

    #332057

    dweb360
    Participant

    Hello,

    Thank you for your reply, just for question 2, using the Section title can’t do it.
    No way to reduce width, to set border height …

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #332096

    Hello,

    This widget has the top margin 20px: https://gyazo.com/5214e86d3bc63f64988c629415e44e88

    If you have any questions please feel free to contact us.

    Best Regards

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