Please fix the table styling, The table in the post not looks good

This topic has 21 replies, 4 voices, and was last updated 2 months, 1 weeks ago ago by Andrew Mitchell

  • Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 21, 2024 at 14:15

    Please fix the table styling, The table in the post not looks professional, fix, hence the the post can look very professional both from mobile and laptop view, it’s looks very unprofessional.

    Please, contact administrator
    for this information.
    20 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 23, 2024 at 13:27

    Hello,

    Thank you for reaching out to us.

    Please try to use this custom CSS code:

    .single-post table td:last-child, .single-post table th:last-child {
        text-align: end;
    }

    If this solution does not meet your requirements, we would greatly appreciate it if you could provide a more detailed description of the desired outcome or share a screenshot. This will help us better understand the issue and assist you in achieving the professional look you are aiming for.

    Should you have any further questions, please do not hesitate to contact us.

    Best regards,
    8Theme’s Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 23, 2024 at 17:20

    not working properly, please check from your end, the login details are given

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 24, 2024 at 05:44

    even there is no row- column line visible. please see the screenshot

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 24, 2024 at 09:50

    Hi @uttam pradhan,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .single-post table {
      width: 100%;
      background-color: #fff;
    }
    
    .single-post table th,
    .single-post table td {
      font-weight: unset;
      padding: 10px !important;
    }
    
    .single-post table tr td {
        border: 1px solid #f0f0f0;
      color: #808080;
      line-height: 1.4;
    }
    
    .single-post table tr th {
      padding-top: 30px;
      padding-bottom: 20px;
      color: #fff;
      line-height: 1.4;
      text-transform: uppercase;
      background-color: #36304a;
    }
    
    .single-post table tr:nth-child(2n) {
      background-color: #f2f2f2;
    }
    
    .single-post table tr td:hover {
      background-color: #6c7ae0;
      color: #fff;
    }
    

    https://prnt.sc/eoK1ALVxR1UT

    Kind regards,
    The 8Theme Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 25, 2024 at 03:02

    OMG! it’s working perfectly fine. you’re so adorable.

    In the mobile version, when I click the three-line menu (hamburger icon) in the top left corner, it appears unprofessional. What steps can I take to make it look more polished? Additionally, I’d like to include a search bar for better functionality.

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 25, 2024 at 07:40

    Dear @Uttam Pradhan,

    In the mobile version, when I click the three-line menu (hamburger icon) in the top left corner, it appears unprofessional. What steps can I take to make it look more polished?

    Could you kindly let us know the specific mobile menu style you would like to modify? If possible, please provide us with an example to better understand your requirements.

    Regarding the addition of a search form, you can achieve this by editing your mobile menu element and adding a new search item. For your reference, please see the following guide: https://prnt.sc/Hx8lwbAaU6u-.

    Should you have any further questions or need additional assistance, please do not hesitate to reach out.

    Best regards,
    The 8Theme Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 25, 2024 at 08:47

    The logo is misplaced, and while scrolling, it initially appears halfway before getting fixed. watch the video

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 25, 2024 at 10:49

    Hi @uttam pradhan,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    body.etheme-elementor-off-canvas--shown {
        overflow: hidden;
    }
    

    Kind regards,
    The 8Theme Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 25, 2024 at 16:35

    Done! How to change the text colour from black to white while copying the text?

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 26, 2024 at 04:53

    Hi @uttam pradhan,

    Please add this custom CSS code as well:

    
    ::selection {
        color: #fff !important;
    }
    

    https://prnt.sc/YtkB8IaTrPJA

    Kind regards,
    The 8Theme Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 27, 2024 at 11:22

    How to do this kind of hyperlink

    Files is visible for topic creator and
    support staff only.
    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 27, 2024 at 11:28

    One more thing, how can I make my website look like this? I want to change the font style and adjust the content/post styling so that the content appears centered on the website, similar to the site I provided in the private details.

    Could you please help?

    Please contact administrator
    for this information.
    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 28, 2024 at 10:11

    ??? Didn’t get any response.

    Avatar: Justin
    Luca Rossi
    Support staff
    December 28, 2024 at 15:51

    Hi @uttam pradhan,

    How to do this kind of hyperlink

    One more thing, how can I make my website look like this? I want to change the font style and adjust the content/post styling so that the content appears centered on the website, similar to the site I provided in the private details.

    Please add this custom CSS:

    
    .content-article.entry-content a:not(.Teckshop-rp-link) {
        color: #ff8080;
        text-decoration: underline;
    }
    
    .single-post .content-article.entry-content {
        max-width: 900px;
        margin: 0 auto;
    }
    

    Hope it helps!

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 28, 2024 at 17:41

    The font????

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 30, 2024 at 06:09

    Dear @Uttam Pradhan,

    It appears that the website is utilizing the Myriad Pro custom font, which can be found here: https://fonts.adobe.com/fonts/myriad.

    To assist you further, we would like to share an article that provides detailed instructions on how to set up custom fonts with the XStore theme: https://www.8theme.com/documentation/xstore/xstore-features/how-to-setup-custom-fonts-with-xstore/.

    Should you have any questions or require additional support, please do not hesitate to reach out.

    Best regards,
    The 8Theme Team

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 30, 2024 at 11:07

    It’s quite complicated, please do it from your side, or suggest me any free font smilar to that font style (Myriad Pro)

    Files is visible for topic creator and
    support staff only.
    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 30, 2024 at 11:25

    I Choose, (inter, sans-serif) for now, suggest if anything better than it.

    Avatar: Justin
    Luca Rossi
    Support staff
    December 30, 2024 at 13:57

    Dear @Uttam Pradhan,

    We kindly request that you select the fonts, colors, and other design styles on your own, as these elements fall outside the scope of the standard support services we provide.

    Please note that our support is specifically focused on addressing issues related to the XStore theme.

    We appreciate your understanding and cooperation in this matter.

    Best regards,
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    December 31, 2024 at 03:10

    Dear uttam pradhan,

    We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!

    Click here to spread the love: https://themeforest.net/downloads

    Thank you for being an integral part of our journey!

    Best Regards,
    The 8Theme Team

  • Viewing 21 results - 1 through 21 (of 21 total)

The issue related to '‘Please fix the table styling, The table in the post not looks good’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.