Honest Opinion Needed

Discussion in 'Websites' started by Pro.Blogger, Sep 2, 2022.

  1. #1
    Dear All,

    Have started out blogging after a long time. Please give me your honest review on the blog https://www.fyitechnews.com

    Thanks
     
    Pro.Blogger, Sep 2, 2022 IP
  2. BoyIsBig

    BoyIsBig Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Nothing bad to say , just you can try take more ideas , to make new info on your blog , i think its more important than design
     
    BoyIsBig, Sep 8, 2022 IP
  3. MartyTheMarketer

    MartyTheMarketer Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Well organised and informative. Looks good to me.
     
    MartyTheMarketer, Sep 8, 2022 IP
  4. Warner Williams

    Warner Williams Active Member

    Messages:
    164
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Awesome website. very easy to navigate, good content, keep posing daily and you should do well.
     
    Warner Williams, Sep 8, 2022 IP
  5. mayazir

    mayazir Active Member

    Messages:
    369
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #5
    Try to add this CSS:

    .index-post .entry-image-wrap .entry-thumb {
    border-radius: 5px;
    }

    #content-wrapper {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    margin: 0;
    }

    .index-post .entry-image-wrap {
    width: 100%;
    height: 230px;
    margin: 0 0 15px;
    border-radius: 3px;
    box-shadow: 0 10px 10px var(--post-image-shadow);
    padding: 5px;
    background: var(--post-image-bg);
    }

    #outer-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background-color: #efefef;
    margin: 0 auto;
    padding: 0;
    }

    .index-post {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px 5px 20px;
    margin: 0;
    background-color: white;
    }
     
    mayazir, Sep 10, 2022 IP
  6. mayazir

    mayazir Active Member

    Messages:
    369
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #6
    Frontpage changes due to adding additional CSS
     

    Attached Files:

    mayazir, Sep 11, 2022 IP
  7. MartyTheMarketer

    MartyTheMarketer Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #7
    Still looking pretty good.
     
    MartyTheMarketer, Sep 11, 2022 IP