Icon on the sidebar course

Home Forums Legacy Support Support queries Other issues Icon on the sidebar course

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #343954
    Raph
    Spectator
    Hello, I would like to shift the icons to the right edge of the column. How can i do this ? I want more space between the text and the icons. Thank you
    #343955
    Raph
    Spectator
    This reply has been marked as private.
    #344033
    Ada
    Participant
    Hi, You can use this css code to increase width of this element. Add this code in appearance>> customize>> custom css
    
    .single-course .course_header5_sideblock .course_details ul li {
        min-width:310px !important;
    }
    
    #344281
    Raph
    Spectator
    This reply has been marked as private.
    #344284
    Ada
    Participant
    Hi, For tablet view use this css code-
    
    @media(max-width:1024px){
        .single-course .course_header5_sideblock .course_details ul li {
        min-width:250px !important;
    }
    .single-course .course_header5_sideblock .the_course_button a{
        font-size:16px !important;
    
    }}
    
    #344909
    Raph
    Spectator
    This reply has been marked as private.
    #344982
    Ada
    Participant
    Hi, For button text in center please add this css code in appearance>> customize>> custom css
    
    .single-course.course .course_header5_sideblock div#course-pricing a.course_button.full.button {
        max-height: 70px;
        padding-top: 10px !important;
    }
    
    B,C- When I checked it was inside the block but you can decrease the width little bit from the code I provided you earlier. In that code you had to set the width as per your need. https://prntscr.com/10hrpci
    #345168
    Raph
    Spectator
    Hello, Thank you, but if I put your code, is not anymore responsive. I would like the icons to automatically align to the right side of the sidebar, regardless of the screen size.
    #345254
    Raph
    Spectator
    hello, its very urgente please.
    #345257
    Veronica
    Moderator
    This reply has been marked as private.
    #345274
    Raph
    Spectator
    This reply has been marked as private.
    #345578
    Veronica
    Moderator
    hi this is because the button size is not suitable for full content in a line that's why maintaining the center alignment shifts the text and also please if you have any query regarding the styling issue then please create a topic in the styling section for accurate support
    #345582
    Raph
    Spectator
    OK so you can not help me here with the icon ?
    #345714
    Veronica
    Moderator
    hi can you please elaborate on the icons issue?
    #345745
    Raph
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 24 total)
  • The topic ‘Icon on the sidebar course’ is closed to new replies.