Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #522439

    Hi,

    thanks for this great theme and very good support forum. I could find a lot of solutions there. Now at some I stuck.
    Developer Site accessable with: http://madlener.wom.server49.vorschauseite.eu/

    1) I want to delete the separator lines in the footer widget (it’s also fine to delete the seperator lines at all widgets)
    http://pasteboard.co/1xRFBmtW.png

    2) Style Blog: The menu items at Letzte News and Kategorien should get same layout:
    http://pasteboard.co/1xRMBPgH.png
    Do you have any idea how to delete the separator lines, how to get same fontstyle to both submenus and how to delete the points at the Kategorien Submenu?

    3) At the startpage I added the Entries from Blog. Everything fine until I switch to small devices (small screenwith) the heading font of the entries switches to a big big big font…
    http://madlener.wom.server49.vorschauseite.eu/
    http://pasteboard.co/1xS1wdfp.png

    4) At the checkout in germany we need additional fields for accepting conditions. Is it possible to enhande the grey field or make it with white background?
    http://madlener.wom.server49.vorschauseite.eu/shop/kasse/
    http://pasteboard.co/1xSofUcp.png

    5) At the FAQ Page i added 3 images in grid row:
    http://madlener.wom.server49.vorschauseite.eu/faq-neu/
    http://pasteboard.co/1xSwB3Cp.png
    All image have the exact same size. I have copied the first grid field to be sure everyone has same preferences. But I get a small seperator below second image and quite bigger white separator below third image.
    http://pasteboard.co/1xSFUY3J.png
    Every cell is defined with no borders:
    http://pasteboard.co/1xSQSysn.png

    6) I’d like to get a separator with 10px between the section on the product site:
    http://madlener.wom.server49.vorschauseite.eu/produkte/
    http://pasteboard.co/1xT2ieb9.png
    Should look like:
    http://pasteboard.co/1xT4IH86.png
    With a normal blank separator it’s the space is very big and with -20 there is no change.

    I also tried out that ones without any changes:

    /*  enfold small separator between sections
    https://kriesi.at/support/topic/create-a-small-space-between-color-sections/*/
    
    .page-id-693 div#av_section_2 {
    margin-top: 10px !important;
    }
    .page-id-693 #main .content{
    padding-bottom: 20px !important;
    }
    
    .page-id-693 div#av_section_2 .content {
    padding-top: 20px !important;
    }
    .page-id-693 #av_section_3 .content {
    padding-bottom: 20px !imprtant;
    }
    
    .avia-section {
    border-bottom: 25px solid white;
    }
    
    .page-id-69 div#av_section_2 {
    padding-top: 10px;
    }
    
    .page-id-69 div#av_section_3 {
    padding-top: 10px;
    }

    Would be great if you could help at this topics.

    Thanks a lot in advance.

    Greetings
    Michael

    #523237

    Hey michaellausser!

    it would be best if you open separate tickets for different questions.

    1.) Use this code:

    div ul.product_list_widget li {
    border: none;
    }
    

    2.) Delete separator lines with this code:

    .entry-content-wrapper div li {
    border: none;
    }
    

    To remove the dots use this code:

    ul.disc, .entry-content-wrapper ul {
    list-style: none;
    }
    

    To change widget title font use this:

    .widgettitle {
    font-family: helvetica;
    }
    

    Cheers!
    Andy

    #523897

    Hi Andy,

    thanks a lot for your great support. With your help I was able to fix all the points. At the third was a missunderstanding, but I got it.Thanks a lot.
    So: 1- 3: closed
    Do you have also a hint for the topics 4 -6? Or should I open three new topics?

    Thanks a lot in advance!
    Greetings
    Michael

    #523946

    Hey!

    4.) It seems that you already managed to achieve it:

    View post on imgur.com

    Open new tickets for 5.) and 6.).

    Best regards,
    Andy

    #523972

    Hi Andy,

    oh yeah…I’ve done it in the meanwhile with:

    div#payment {
        height: 500px;
    }

    Is there a more elgant mehtod?

    So for the other two I’ll open two new topcis..

    Thanks for your support !
    Greetings
    Michael

    #524634

    Hi Michael,

    I don’t see any problem with your CSS as long as it works, we’ll help you with the other problems in your other threads :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Lines at widgets, Font Menu Blogcategory, Masonry Blot Textsize mobile, Sections’ is closed to new replies.