• featuredon

    (@featuredon)


    Hi,

    I’m working on my website, but I’m having a couple of issues. The search button is on the bottom of the search bar instead of on the right of it, as seen on the preview page for the theme. And the ‘popular’ tag on the AT Tabs widget is cut off/squished into the ‘latest’ tag. Can someone help me with these? Here is a screenshot: screenshot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi F

    This is mostly css changes, can you share a link to you site.

    Thanks

    Thread Starter featuredon

    (@featuredon)

    Thank you so much for responding. Here is a link to the site. What can I do to fix those issues?

    Hi

    Use the following css to help it fix the issues.

    .site-sidebar .widget_search .search-field {
        width: 59%;
    }
    .widget_athemes_tabs .widget-tab-nav li a {
        font-size: 1.1em;
    }

    Add these changes to your theme’s style.css. I will advice you to make the changes using child theme. To know more about child theme, check [moderated] the codex.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search bar at bottom and AT Tab cut off’ is closed to new replies.