Viewing 8 replies - 1 through 8 (of 8 total)
  • Nadia Akther

    (@nadiaakther)

    Hi @forumquestion
    I hope the below code will help you.

    svg.owp-icon.owp-icon--small-arrow-down.nav-arrow {
        font-weight: bolder;
        height: 15px !important;
        width: 50px !important;
    }
    
    svg.owp-icon.owp-icon--search {
        height: 15px !important;
        width: 50px !important;
    }

    For put, this code Go to Dashboard > Appearance > Customization > Additional CSS > Publish.
    Thank You.

    Thread Starter forumquestion

    (@forumquestion)

    Thank you so much! It worked perfectly. Do you have code that would fix these as well?
    1- https://snipboard.io/kAYPth.jpg (the large arrow)
    2- https://snipboard.io/yAOET3.jpg (white blank at the bottom of the page)
    3- https://snipboard.io/h3krg0.jpg (the missing shopping cart icon)

    I really appreciate your help so much. Thank you once again

    Thread Starter forumquestion

    (@forumquestion)

    And I just discovered the X has also changed to a much bigger size when you click on the search button in the header: https://snipboard.io/AEx2vT.jpg

    Website Rob

    (@website-rob)

    Using https://validator.w3.org/ shows there are a lot of HTML coding errors. Correct those and most of your current problems will be gone.

    Thread Starter forumquestion

    (@forumquestion)

    @website-rob Thanks for your reply! How do I correct the HTML coding errors for these problems? As I did not change the coding to begin with, I have no idea how to restore it back to the original layout

    Nadia Akther

    (@nadiaakther)

    @forumquestion Here is some code for some issues.

    svg#owp-svg-icons {
        height: 0px !important;
    }
    svg.owp-icon.owp-icon--close {
        height: 20px !important;
    }

    For this kind of issue, you can hire a freelancer. Thank You.

    Thread Starter forumquestion

    (@forumquestion)

    The issues have now been resolved. They were simple fixes and were caused by OceanWP’s automatic theme update. Thank you

    Website Rob

    (@website-rob)

    Good to hear the problems were resolved. Please mark this thread as Resolved and we’ll see you the next you have a problem. 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Website layout issue’ is closed to new replies.